dune-localfunctions 2.10
|
First order Brezzi-Douglas-Marini shape functions on the reference hexahedron. More...
Public Member Functions | |
BDM1Cube3DLocalInterpolation () | |
Standard constructor. | |
BDM1Cube3DLocalInterpolation (unsigned int s) | |
Make set number s, where 0 <= s < 64. | |
template<typename F , typename C > | |
void | interpolate (const F &f, std::vector< C > &out) const |
Interpolate a given function with shape functions. | |
First order Brezzi-Douglas-Marini shape functions on the reference hexahedron.
LB | corresponding LocalBasis giving traits |
|
inline |
Standard constructor.
|
inline |
Make set number s, where 0 <= s < 64.
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 |