|
dune-geometry
2.3.1
|
#include <cassert>#include <string>#include <dune/common/static_assert.hh>#include <dune/common/typetraits.hh>#include <dune/common/unused.hh>Go to the source code of this file.
Namespaces | |
| Dune | |
| 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 More... | |
| bool | Dune::GenericGeometry::isPyramid (unsigned int topologyId, int dim, int codim=0) |
| check whether a pyramid construction was used to create a given codimension More... | |
| bool | Dune::GenericGeometry::isPrism (unsigned int topologyId, int dim, int codim=0) |
| check whether a prism construction was used to create a given codimension More... | |
| 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 More... | |
| unsigned int | Dune::GenericGeometry::baseTopologyId (unsigned int topologyId, int dim, int codim=1) |
| obtain the base topology of a given codimension More... | |
1.8.7