|
dune-localfunctions
2.7.1
|
#include <cstddef>#include <dune/geometry/type.hh>#include <dune/localfunctions/common/localfiniteelementtraits.hh>#include <dune/localfunctions/common/localtoglobaladaptors.hh>#include <dune/localfunctions/lagrange/lagrangesimplex.hh>Go to the source code of this file.
Classes | |
| class | Dune::Pk2DFiniteElement< Geometry, RF, k > |
| Langrange finite element of arbitrary order on triangles. More... | |
| struct | Dune::Pk2DFiniteElement< Geometry, RF, k >::Traits |
| struct | Dune::Pk2DFiniteElementFactory< Geometry, RF, k > |
| Factory for Pk2DFiniteElement objects. More... | |
Namespaces | |
| Dune | |
Typedefs | |
| template<class D , class R , unsigned int k> | |
| using | Dune::Pk2DLocalFiniteElement = LagrangeSimplexLocalFiniteElement< D, R, 2, k > |