|
dune-localfunctions 2.10
|
First order Brezzi-Douglas-Marini shape functions on the reference triangle. More...

Public Member Functions | |
| BDM1Simplex2DLocalInterpolation () | |
| Standard constructor. | |
| BDM1Simplex2DLocalInterpolation (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 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 |