|
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 SF | StorageField |
| typedef CF | ComputeField |
| typedef MonomialBasisFactory< dim, CF > | PreBasisFactory |
| typedef PreBasisFactory::Object | PreBasis |
| typedef LagrangeInterpolationFactory< LP, dim, CF > | InterpolationFactory |
| typedef InterpolationFactory::Object | Interpolation |
| typedef PreBasisFactory::template EvaluationBasisFactory< dim, SF >::Type | MonomialBasisFactory |
| typedef MonomialBasisFactory::Object | MonomialBasis |
| typedef StandardEvaluator< MonomialBasis > | Evaluator |
| typedef PolynomialBasisWithMatrix< Evaluator, SparseCoeffMatrix< SF, 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 More... | |
Static Public Attributes | |
| static const unsigned int | dimension |
| static const unsigned int | dimRange |
Factory for Lagrange local basis based on a Lagrange point-set.
| LP | Template class defining the points for the lagrange interpolation |
| dim | Dimension of reference elements |
| D | Domain field-type of the basis functions |
| R | Range field-type of the basis functions |
| SF | Storage field-type for basis matrix |
| CF | Compute field-type for basis matrix |
|
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 |
1.8.14