dune-localfunctions
2.5.0
|
An L2-based interpolation for Raviart Thomas. More...
#include <dune/localfunctions/raviartthomas/raviartthomassimplex/raviartthomassimplexinterpolation.hh>
Public Types | |
typedef F | Field |
typedef RTL2InterpolationBuilder< dimension, Field > | Builder |
Public Member Functions | |
RaviartThomasL2Interpolation () | |
template<class Function , class Fy > | |
void | interpolate (const Function &function, std::vector< Fy > &coefficients) const |
template<class Basis , class Matrix > | |
void | interpolate (const Basis &basis, Matrix &matrix) const |
unsigned int | order () const |
unsigned int | size () const |
template<class Topology > | |
void | build (unsigned int order) |
void | setLocalKeys (std::vector< LocalKey > &keys) const |
Protected Member Functions | |
template<class Func , class Container , bool type> | |
void | interpolate (typename Base::template Helper< Func, Container, type > &func) const |
An L2-based interpolation for Raviart Thomas.
typedef RTL2InterpolationBuilder<dimension,Field> Dune::RaviartThomasL2Interpolation< dimension, F >::Builder |
typedef F Dune::RaviartThomasL2Interpolation< dimension, F >::Field |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineprotected |
|
inline |
|
inline |
|
inline |