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

Public Member Functions | |
| RT0PyramidLocalInterpolation (std::bitset< 5 > s=0) | |
| Make set number s, where 0 <= s < 32. | |
| 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 < 32.
| s | Face 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 |