dune-geometry
2.3beta2
|
Go to the source code of this file.
Namespaces | |
namespace | Dune |
namespace | Dune::GenericGeometry |
Enumerations | |
enum | Dune::GenericGeometry::TopologyConstruction { Dune::GenericGeometry::pyramidConstruction = 0, Dune::GenericGeometry::prismConstruction = 1 } |
Functions | |
unsigned int | Dune::GenericGeometry::numTopologies (int dim) |
obtain the number of topologies of a given dimension | |
bool | Dune::GenericGeometry::isPyramid (unsigned int topologyId, int dim, int codim=0) |
check whether a pyramid construction was used to create a given codimension | |
bool | Dune::GenericGeometry::isPrism (unsigned int topologyId, int dim, int codim=0) |
check whether a prism construction was used to create a given codimension | |
bool | Dune::GenericGeometry::isTopology (TopologyConstruction construction, unsigned int topologyId, int dim, int codim=0) |
check whether a specific topology construction was used to create a given codimension | |
unsigned int | Dune::GenericGeometry::baseTopologyId (unsigned int topologyId, int dim, int codim=1) |
obtain the base topology of a given codimension |