|
dune-localfunctions 2.11
|
Factory for Lagrange local basis based on a Lagrange point-set. More...
#include <dune/localfunctions/lagrange/lagrangebasis.hh>

Public Types | |
| typedef D | Domain |
| typedef R | Range |
| typedef R | StorageField |
| typedef R | ComputeField |
| typedef MonomialBasisFactory< dim, R > | PreBasisFactory |
| typedef PreBasisFactory::Object | PreBasis |
| typedef LagrangeInterpolationFactory< LP, dim, R > | InterpolationFactory |
| typedef InterpolationFactory::Object | Interpolation |
| typedef PreBasisFactory::template EvaluationBasisFactory< dim, R >::Type | MonomialBasisFactory |
| typedef MonomialBasisFactory::Object | MonomialBasis |
| typedef StandardEvaluator< MonomialBasis > | Evaluator |
| typedef PolynomialBasisWithMatrix< Evaluator, SparseCoeffMatrix< R, dimRange >, D, R > | Basis |
| typedef const Basis | Object |
| typedef InterpolationFactory::Key | Key |
Static Public Member Functions | |
| static Object * | create (const Key &key) |
| static void | release (Object *object) |
| release the object returned by the create methods | |
Static Public Attributes | |
| static const unsigned int | dimension |
| static const unsigned int | dimRange |
Factory for Lagrange local basis based on a Lagrange point-set.
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
release the object returned by the create methods
|
staticinherited |
|
staticinherited |