|
dune-localfunctions 2.10
|
First order Raviart-Thomas shape functions on the reference hexahedron. More...
#include <dune/localfunctions/raviartthomas/raviartthomas1cube3d/raviartthomas1cube3dlocalinterpolation.hh>

Public Member Functions | |
| RT1Cube3DLocalInterpolation (std::bitset< 6 > s=0) | |
| Make set number s, where 0 <= s < 64. | |
| template<class F, class 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 hexahedron.
| LB | corresponding LocalBasis giving traits |
|
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 |