dune-localfunctions
2.1.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. | |
RT0Q2DLocalInterpolation (unsigned int s) | |
Make set numer s, where 0<=s<8. | |
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 |
Dune::RT0Q2DLocalInterpolation< LB >::RT0Q2DLocalInterpolation | ( | ) | [inline] |
Standard constructor.
Dune::RT0Q2DLocalInterpolation< LB >::RT0Q2DLocalInterpolation | ( | unsigned int | s | ) | [inline] |
Make set numer s, where 0<=s<8.
void Dune::RT0Q2DLocalInterpolation< LB >::interpolate | ( | const F & | f, |
std::vector< C > & | out | ||
) | const [inline] |