dune-pdelab
2.4.1
|
Utility TMP for determining the BasicType of a geometry from its dimension and topology id. More...
#include <dune/pdelab/common/topologyutility.hh>
Public Types | |
typedef GenericGeometry::Topology< topologyId, dimension >::type | Topology |
The topology described by dimension and topologyId. More... | |
Static Public Attributes | |
static const GeometryType::BasicType | value |
The BasicType of Topology. More... | |
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.
dimension | The dimension of the geometry. |
topologyId | The topologyId of the geometry. |
typedef GenericGeometry::Topology<topologyId,dimension>::type Dune::PDELab::BasicTypeFromDimensionAndTopologyId< dimension, topologyId >::Topology |
The topology described by dimension and topologyId.
|
static |
The BasicType of Topology.