|
dune-localfunctions
2.2.1
|
First order Raviart-Thomas shape functions on the reference quadrilateral. More...
#include <dune/localfunctions/raviartthomas/raviartthomas1q2d/raviartthomas1q2dlocalinterpolation.hh>
Public Member Functions | |
| RT1Q2DLocalInterpolation () | |
| Standard constructor. More... | |
| RT1Q2DLocalInterpolation (unsigned int s) | |
| Make set number s, where 0 <= s < 16. More... | |
| template<class F , class C > | |
| void | interpolate (const F &f, std::vector< C > &out) const |
| Interpolate a given function with shape functions. More... | |
First order Raviart-Thomas shape functions on the reference quadrilateral.
| 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 |
1.8.3.1