dune-localfunctions 2.10
|
First order Raviart-Thomas shape functions on the reference quadrilateral. More...
#include <dune/localfunctions/raviartthomas/raviartthomas12d/raviartthomas12dlocalinterpolation.hh>
Public Member Functions | |
RT12DLocalInterpolation (std::bitset< 3 > s=0) | |
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 |
|
inline |
Make set number s, where 0 <= s < 8.
s | Edge orientation indicator |
|
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 |