A cache that stores all available Pk/Qk like local finite elements for the given dimension and order for the case that the GeometryType is fixed and has the given Id.
More...
template<GeometryType::Id id, class Domain, class Range, std::size_t dim, std::size_t order>
class Dune::StaticLagrangeLocalFiniteElementCache< id, Domain, Range, dim, order >
A cache that stores all available Pk/Qk like local finite elements for the given dimension and order for the case that the GeometryType is fixed and has the given Id.
- Template Parameters
-
id | The Id of the fixed GeometryType |
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).