All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Dune::cpgrid::Geometry< int, int > Class Template Reference

This class encapsulates geometry for both vertices, intersections and cells. More...

#include <Geometry.hpp>

Detailed Description

template<int, int>
class Dune::cpgrid::Geometry< int, int >

This class encapsulates geometry for both vertices, intersections and cells.

The main template is empty, the actual dim == 3 (cell), dim == 2 (intersection) and dim == 0 (vertex) cases have specializations. For vertices and cells we use the cube type, and provide constant (vertex) or trilinear (cell) mappings. For intersections, we use the singular geometry type (None), and provide no mappings.


The documentation for this class was generated from the following file: