dune-localfunctions  2.2.0
Public Member Functions
Dune::RT1Q3DLocalInterpolation< LB > Class Template Reference

First order Raviart-Thomas shape functions on the reference hexahedron. More...

#include <dune/localfunctions/raviartthomas/raviartthomas1q3d/raviartthomas1q3dlocalinterpolation.hh>

List of all members.

Public Member Functions

 RT1Q3DLocalInterpolation ()
 Standard constructor.
 RT1Q3DLocalInterpolation (unsigned int s)
 Make set number s, where 0 <= s < 64.
template<class F , class C >
void interpolate (const F &f, std::vector< C > &out) const
 Interpolate a given function with shape functions.

Detailed Description

template<class LB>
class Dune::RT1Q3DLocalInterpolation< LB >

First order Raviart-Thomas shape functions on the reference hexahedron.

Template Parameters:
LBcorresponding LocalBasis giving traits

Constructor & Destructor Documentation

template<class LB>
Dune::RT1Q3DLocalInterpolation< LB >::RT1Q3DLocalInterpolation ( )
inline

Standard constructor.

template<class LB>
Dune::RT1Q3DLocalInterpolation< LB >::RT1Q3DLocalInterpolation ( unsigned int  s)
inline

Make set number s, where 0 <= s < 64.

Parameters:
sEdge orientation indicator

Member Function Documentation

template<class LB>
template<class F , class C >
void Dune::RT1Q3DLocalInterpolation< LB >::interpolate ( const F &  f,
std::vector< C > &  out 
) const
inline

Interpolate a given function with shape functions.

Template Parameters:
FFunction type for function which should be interpolated
CCoefficient type
Parameters:
ffunction which should be interpolated
outreturn value, vector of coefficients

The documentation for this class was generated from the following file: