dune-geometry
2.2.0
|
dynamically convert a generic topology type into a GeometryType More...
#include <dune/geometry/genericgeometry/conversion.hh>
Static Public Member Functions | |
static const GeometryType & | type (unsigned int topologyId) |
obtain a Geometry type from a topology id | |
Static Public Attributes | |
static const unsigned int | dimension = dim |
dimension of the topologies to be converted | |
static const unsigned int | numTopologies = (1 << dimension) |
number of possible topologies |
dynamically convert a generic topology type into a GeometryType
dim | dimension of the topologies to be converted |
linetype | basic geometry type to assign to a line (either simplex or cube) |
static const GeometryType& Dune::GenericGeometry::DuneGeometryTypeProvider< dim, linetype >::type | ( | unsigned int | topologyId | ) | [inline, static] |
obtain a Geometry type from a topology id
[in] | topologyId | id of the topology to be converted |
References Dune::GenericGeometry::DuneGeometryTypeProvider< dim, linetype >::numTopologies.
const unsigned int Dune::GenericGeometry::DuneGeometryTypeProvider< dim, linetype >::dimension = dim [static] |
dimension of the topologies to be converted
const unsigned int Dune::GenericGeometry::DuneGeometryTypeProvider< dim, linetype >::numTopologies = (1 << dimension) [static] |
number of possible topologies
Referenced by Dune::GenericGeometry::DuneGeometryTypeProvider< dim, linetype >::type().