dune-localfunctions
2.2.1
|
Lowest order Raviart-Thomas shape functions on the reference quadrilateral. More...
#include <dune/localfunctions/raviartthomas/raviartthomas0q2d/raviartthomas0q2dall.hh>
Public Member Functions | |
RT0Q2DLocalInterpolation () | |
Standard constructor. More... | |
RT0Q2DLocalInterpolation (unsigned int s) | |
Make set numer s, where 0<=s<8. More... | |
template<typename F , typename C > | |
void | interpolate (const F &f, std::vector< C > &out) const |
Lowest order Raviart-Thomas shape functions on the reference quadrilateral.
LB | corresponding LocalBasis giving traits |
|
inline |
Standard constructor.
|
inline |
Make set numer s, where 0<=s<8.
|
inline |