|
dune-geometry
2.3.1
|
A unique label for each type of element that can occur in a grid. More...
#include <cassert>#include <dune/common/exceptions.hh>#include <dune/common/unused.hh>Go to the source code of this file.
Classes | |
| class | Dune::GeometryType |
| Unique label for each type of entities that can occur in DUNE grids. More... | |
Namespaces | |
| Dune | |
Functions | |
| 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.
1.8.7