|
dune-localfunctions
2.2.1
|
#include <dune/localfunctions/utility/l2interpolation.hh>
Public Types | |
| typedef B | Basis |
| typedef Q | Quadrature |
Public Member Functions | |
| template<class Function , class DofField > | |
| void | interpolate (const Function &function, std::vector< DofField > &coefficients) const |
| const Basis & | basis () const |
| const Quadrature & | quadrature () const |
Static Public Attributes | |
| static const unsigned int | dimension = Basis::dimension |
Protected Member Functions | |
| LocalL2InterpolationBase (const Basis &basis, const Quadrature &quadrature) | |
Protected Attributes | |
| const Basis & | basis_ |
| const Quadrature & | quadrature_ |
| typedef B Dune::LocalL2InterpolationBase< B, Q >::Basis |
| typedef Q Dune::LocalL2InterpolationBase< B, Q >::Quadrature |
|
inlineprotected |
|
inline |
References Dune::LocalL2InterpolationBase< B, Q >::basis_.
Referenced by Dune::LocalL2InterpolationBase< B, Q >::interpolate().
|
inline |
|
inline |
References Dune::LocalL2InterpolationBase< B, Q >::quadrature_.
Referenced by Dune::LocalL2InterpolationBase< B, Q >::interpolate().
|
protected |
Referenced by Dune::LocalL2InterpolationBase< B, Q >::basis().
|
static |
|
protected |
Referenced by Dune::LocalL2InterpolationBase< B, Q >::quadrature().
1.8.3.1