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