|
dune-localfunctions
2.7.0
|
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 |
Static Public Member Functions | |
| template<class Topology > | |
| static Object * | create (const Key &key) |
| static void | release (Object *object) |
Public Attributes | |
| const typedef LocalInterpolation | 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 QuadratureRule<Field,dimension> Dune::LocalL2InterpolationFactory< BasisFactory, onb >::Quadrature |
| typedef QuadratureRules<Field,dimension> Dune::LocalL2InterpolationFactory< BasisFactory, onb >::QuadratureProvider |
|
inlinestatic |
|
inlinestatic |
|
static |
| const typedef LocalInterpolation Dune::LocalL2InterpolationFactory< BasisFactory, onb >::Object |
1.8.17