dune-common  2.2.1
Classes | Namespaces | Functions
geometrytype.hh File Reference

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/deprecated.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

namespace  Dune
 Dune namespace.
 

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...
 

Detailed Description

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

Deprecated:
This header has been moved to <dune/geometry/type.hh>, you may need the new Dune-Geometry core module.