dune-geometry
2.2.1
|
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 More... | |
Static Public Attributes | |
static const unsigned int | dimension = dim |
dimension of the topologies to be converted More... | |
static const unsigned int | numTopologies = (1 << dimension) |
number of possible topologies More... | |
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) |
|
inlinestatic |
obtain a Geometry type from a topology id
[in] | topologyId | id of the topology to be converted |
References Dune::GenericGeometry::DuneGeometryTypeProvider< dim, linetype >::numTopologies.
|
static |
dimension of the topologies to be converted
|
static |
number of possible topologies
Referenced by Dune::GenericGeometry::DuneGeometryTypeProvider< dim, linetype >::type().