3 #ifndef DUNE_PDELAB_COMMON_TOPOLOGYUTILITY_HH 4 #define DUNE_PDELAB_COMMON_TOPOLOGYUTILITY_HH 6 #include <dune/geometry/type.hh> 7 #include <dune/geometry/genericgeometry/conversion.hh> 25 template<
int dimension,
unsigned int topologyId>
30 typedef typename GenericGeometry::Topology<topologyId,dimension>::type
Topology;
33 static const GeometryType::BasicType
value =
34 GenericGeometry::DuneGeometryType<Topology,GeometryType::simplex>::basicType;
42 #endif // DUNE_PDELAB_COMMON_TOPOLOGYUTILITY_HH static const GeometryType::BasicType value
The BasicType of Topology.
Definition: topologyutility.hh:33
Utility TMP for determining the BasicType of a geometry from its dimension and topology id...
Definition: topologyutility.hh:26
Definition: adaptivity.hh:27
GenericGeometry::Topology< topologyId, dimension >::type Topology
The topology described by dimension and topologyId.
Definition: topologyutility.hh:30