dune-localfunctions
2.2.0
|
First order Raviart-Thomas shape functions on the reference quadrilateral. More...
#include <dune/localfunctions/raviartthomas/raviartthomas12d/raviartthomas12dlocalinterpolation.hh>
Public Member Functions | |
RT12DLocalInterpolation () | |
Standard constructor. | |
RT12DLocalInterpolation (unsigned int s) | |
Make set number s, where 0 <= s < 8. | |
template<typename F , typename C > | |
void | interpolate (const F &f, std::vector< C > &out) const |
Interpolate a given function with shape functions. |
First order Raviart-Thomas shape functions on the reference quadrilateral.
LB | corresponding LocalBasis giving traits |
Dune::RT12DLocalInterpolation< LB >::RT12DLocalInterpolation | ( | ) | [inline] |
Standard constructor.
Dune::RT12DLocalInterpolation< LB >::RT12DLocalInterpolation | ( | unsigned int | s | ) | [inline] |
Make set number s, where 0 <= s < 8.
s | Edge orientation indicator |
void Dune::RT12DLocalInterpolation< LB >::interpolate | ( | const F & | f, |
std::vector< C > & | out | ||
) | const [inline] |
Interpolate a given function with shape functions.
F | Function type for function which should be interpolated |
C | Coefficient type |
f | function which should be interpolated |
out | return value, vector of coefficients |