A cache that stores all available Pk/Qk like local finite elements for the given dimension and order.
More...
template<class Domain, class Range, std::size_t dim, std::size_t order>
class Dune::StaticLagrangeLocalFiniteElementCache< GeometryType::Id(~0u), Domain, Range, dim, order >
A cache that stores all available Pk/Qk like local finite elements for the given dimension and order.
- Template Parameters
-
| Domain | Type used for domain coordinates |
| Range | Type used for shape function values |
| dim | Element dimension |
| order | Element order |
The cached finite element implementations can be obtained using get(GeometryType).
- Note
- This is a specialization of the fixed-geometry type LFE cache for the ID GeometryType::Id(~0u). This is given by the default topologyId in the capability Dune::Capabilities::hasSingleGeometryType that can be extracted from grids with support for mixed geometry types.