|
dune-localfunctions
2.2.1
|
#include <dune/localfunctions/utility/l2interpolation.hh>
Public Types | |
| typedef LocalL2InterpolationBase< B, Q > | Base |
| 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 Attributes | |
| const Basis & | basis_ |
| const Quadrature & | quadrature_ |
Friends | |
| template<class BasisFactory , bool onb> | |
| class | LocalL2InterpolationFactory |
| typedef LocalL2InterpolationBase<B,Q> Dune::LocalL2Interpolation< B, Q, false >::Base |
| typedef B Dune::LocalL2InterpolationBase< B, Q >::Basis |
| typedef Q Dune::LocalL2InterpolationBase< B, Q >::Quadrature |
|
inlineinherited |
References Dune::LocalL2InterpolationBase< B, Q >::basis_.
Referenced by Dune::LocalL2InterpolationBase< B, Q >::interpolate().
|
inline |
References Dune::field_cast().
|
inlineinherited |
References Dune::LocalL2InterpolationBase< B, Q >::quadrature_.
Referenced by Dune::LocalL2InterpolationBase< B, Q >::interpolate().
|
friend |
|
protectedinherited |
Referenced by Dune::LocalL2InterpolationBase< B, Q >::basis().
|
staticinherited |
|
protectedinherited |
Referenced by Dune::LocalL2InterpolationBase< B, Q >::quadrature().
1.8.3.1