dune-localfunctions 2.10
|
First order Brezzi-Douglas-Marini shape functions on quadrilaterals. More...
Public Member Functions | |
BDM2Cube2DLocalInterpolation () | |
Standard constructor. | |
BDM2Cube2DLocalInterpolation (unsigned int s) | |
Make set number s, where 0 <= s < 16. | |
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 quadrilaterals.
LB | corresponding LocalBasis giving traits |
|
inline |
Standard constructor.
|
inline |
Make set number s, where 0 <= s < 16.
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 |