dune-geometry  2.2.0
Classes | Namespaces | Defines | Functions
type.hh File Reference

A unique label for each type of element that can occur in a grid. More...

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

namespace  Dune

Defines

#define DISABLE_GEOMETRYTYPE_DEPRECATION_WARNING

Functions

std::ostream & Dune::operator<< (std::ostream &s, const GeometryType &a)
 Prints the type to an output stream.
std::ostream & Dune::operator<< (std::ostream &s, GeometryType::BasicType type)
 Prints a GeometryType::BasicType to an output stream.

Detailed Description

A unique label for each type of element that can occur in a grid.


Define Documentation