dune-localfunctions
2.2.0
|
#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 |
Dune::LocalL2InterpolationBase< B, Q >::LocalL2InterpolationBase | ( | const Basis & | basis, |
const Quadrature & | quadrature | ||
) | [inline, protected] |
const Basis& Dune::LocalL2InterpolationBase< B, Q >::basis | ( | ) | const [inline] |
References Dune::LocalL2InterpolationBase< B, Q >::basis_.
Referenced by Dune::LocalL2InterpolationBase< B, Q >::interpolate().
void Dune::LocalL2InterpolationBase< B, Q >::interpolate | ( | const Function & | function, |
std::vector< DofField > & | coefficients | ||
) | const [inline] |
const Quadrature& Dune::LocalL2InterpolationBase< B, Q >::quadrature | ( | ) | const [inline] |
References Dune::LocalL2InterpolationBase< B, Q >::quadrature_.
Referenced by Dune::LocalL2InterpolationBase< B, Q >::interpolate().
const Basis& Dune::LocalL2InterpolationBase< B, Q >::basis_ [protected] |
Referenced by Dune::LocalL2InterpolationBase< B, Q >::basis().
const unsigned int Dune::LocalL2InterpolationBase< B, Q >::dimension = Basis::dimension [static] |
const Quadrature& Dune::LocalL2InterpolationBase< B, Q >::quadrature_ [protected] |
Referenced by Dune::LocalL2InterpolationBase< B, Q >::quadrature().