|
dune-localfunctions 2.10
|
A factory class for the local l2 interpolations taking a basis factory. More...
#include <dune/localfunctions/utility/l2interpolation.hh>
Public Types | |
| typedef BasisFactory::Key | Key |
| typedef BasisFactory::Object | Basis |
| typedef double | Field |
| typedef QuadratureRule< Field, dimension > | Quadrature |
| typedef QuadratureRules< Field, dimension > | QuadratureProvider |
| typedef LocalL2Interpolation< Basis, Quadrature, onb > | LocalInterpolation |
| typedef const LocalInterpolation | Object |
Static Public Member Functions | |
| template<GeometryType::Id geometryId> | |
| static Object * | create (const Key &key) |
| static void | release (Object *object) |
Static Public Attributes | |
| static const unsigned int | dimension = BasisFactory::dimension |
A factory class for the local l2 interpolations taking a basis factory.
| typedef BasisFactory::Object Dune::LocalL2InterpolationFactory< BasisFactory, onb >::Basis |
| typedef double Dune::LocalL2InterpolationFactory< BasisFactory, onb >::Field |
| typedef BasisFactory::Key Dune::LocalL2InterpolationFactory< BasisFactory, onb >::Key |
| typedef LocalL2Interpolation< Basis, Quadrature, onb > Dune::LocalL2InterpolationFactory< BasisFactory, onb >::LocalInterpolation |
| typedef const LocalInterpolation Dune::LocalL2InterpolationFactory< BasisFactory, onb >::Object |
| typedef QuadratureRule<Field,dimension> Dune::LocalL2InterpolationFactory< BasisFactory, onb >::Quadrature |
| typedef QuadratureRules<Field,dimension> Dune::LocalL2InterpolationFactory< BasisFactory, onb >::QuadratureProvider |
|
inlinestatic |
|
inlinestatic |
|
static |