|
dune-localfunctions
2.7.1
|
#include <tuple>#include <utility>#include <dune/geometry/type.hh>#include <dune/geometry/typeindex.hh>#include <dune/localfunctions/lagrange/p0.hh>#include <dune/localfunctions/lagrange/pk.hh>#include <dune/localfunctions/lagrange/qk.hh>#include <dune/localfunctions/lagrange/prismp1.hh>#include <dune/localfunctions/lagrange/prismp2.hh>#include <dune/localfunctions/lagrange/pyramidp1.hh>#include <dune/localfunctions/lagrange/pyramidp2.hh>#include <dune/localfunctions/common/localfiniteelementvariantcache.hh>Go to the source code of this file.
Namespaces | |
| Dune | |
Typedefs | |
| template<class D , class R , std::size_t dim, std::size_t order> | |
| using | Dune::LagrangeLocalFiniteElementCache = LocalFiniteElementVariantCache< Impl::ImplementedLagrangeFiniteElements< D, R, dim, order > > |
| A cache that stores all available Pk/Qk like local finite elements for the given dimension and order. More... | |