dune-localfunctions 2.10
|
#include <tuple>
#include <utility>
#include <dune/geometry/type.hh>
#include <dune/geometry/typeindex.hh>
#include <dune/localfunctions/lagrange/lagrangecube.hh>
#include <dune/localfunctions/lagrange/lagrangeprism.hh>
#include <dune/localfunctions/lagrange/lagrangepyramid.hh>
#include <dune/localfunctions/lagrange/lagrangesimplex.hh>
#include <dune/localfunctions/lagrange/p0.hh>
#include <dune/localfunctions/common/localfiniteelementvariantcache.hh>
Go to the source code of this file.
Namespaces | |
namespace | 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. | |