|
static unsigned int | Dune::Impl::numTopologies (int dim) noexcept |
| obtain the number of topologies of a given dimension More...
|
|
static bool | Dune::Impl::isPyramid (unsigned int topologyId, int dim, int codim=0) noexcept |
| check whether a pyramid construction was used to create a given codimension More...
|
|
static bool | Dune::Impl::isPrism (unsigned int topologyId, int dim, int codim=0) noexcept |
| check whether a prism construction was used to create a given codimension More...
|
|
static bool | Dune::Impl::isTopology (TopologyConstruction construction, unsigned int topologyId, int dim, int codim=0) noexcept |
| check whether a specific topology construction was used to create a given codimension More...
|
|
static unsigned int | Dune::Impl::baseTopologyId (unsigned int topologyId, int dim, int codim=1) noexcept |
| obtain the base topology of a given codimension More...
|
|
std::ostream & | Dune::operator<< (std::ostream &s, const GeometryType &a) |
| Prints the type to an output stream. More...
|
|
std::ostream & | Dune::operator<< (std::ostream &s, GeometryType::BasicType type) |
| Prints a GeometryType::BasicType to an output stream. More...
|
|
A unique label for each type of element that can occur in a grid.