DUNE PDELab (unstable)
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
Dune::PDELab::BasicTypeFromDimensionAndTopologyId< dimension, topologyId > Struct Template Reference
Utility TMP for determining the BasicType of a geometry from its dimension and topology id. More...
#include <dune/pdelab/common/topologyutility.hh>
Static Public Attributes | |
static const GeometryType::BasicType | value |
The BasicType of Topology. | |
Detailed Description
template<int dimension, unsigned int topologyId>
struct Dune::PDELab::BasicTypeFromDimensionAndTopologyId< dimension, topologyId >
struct Dune::PDELab::BasicTypeFromDimensionAndTopologyId< dimension, topologyId >
Utility TMP for determining the BasicType of a geometry from its dimension and topology id.
BasicTypeFromDimensionAndTopologyId invokes GenericGeometry-internal machinery to identify the GeometryType::BasicType that belongs to the given combination of dimension and topologyId.
This information is often useful when writing generic frontends for FiniteElementMaps that are specialized on dimension and BasicType.
- Template Parameters
-
dimension The dimension of the geometry. topologyId The topologyId of the geometry.
The documentation for this struct was generated from the following file:
- dune/pdelab/common/topologyutility.hh
