|
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::Pk1DFiniteElement< Geometry, RF, k > |
| Langrange finite element of arbitrary order on triangles. More... | |
| struct | Dune::Pk1DFiniteElement< Geometry, RF, k >::Traits |
| struct | Dune::Pk1DFiniteElementFactory< Geometry, RF, k > |
| Factory for Pk1DFiniteElement objects. More... | |
Namespaces | |
| Dune | |
Typedefs | |
| template<class D , class R , unsigned int k> | |
| using | Dune::Pk1DLocalFiniteElement = LagrangeSimplexLocalFiniteElement< D, R, 1, k > |
| Lagrange finite element on the unit interval with arbitrary compile-time order. More... | |