dune-grid  2.4
Classes
Grid Abstract Base Class
Collaboration diagram for Grid Abstract Base Class:

Classes

struct  Dune::Grid< dim, dimworld, ct, GridFamily >::Partition< pitype >
 Types for GridView. More...
 
struct  Dune::Grid< dim, dimworld, ct, GridFamily >::Codim< cd >::Partition< pitype >
 A struct collecting all types depending on the partition iterator type. More...
 
struct  Dune::Grid< dim, dimworld, ct, GridFamily >::Codim< cd >
 A Traits struct that collects all associated types of one implementation. More...
 
class  Dune::Grid< dim, dimworld, ct, GridFamily >
 Grid abstract base classThis class is the base class for all grid implementations. Although no virtual functions are used we call it abstract since its methods do not contain an implementation but forward to the methods of the derived class via the Barton-Nackman trick. More...
 

Exported constants

enum  { Dune::Grid< dim, dimworld, ct, GridFamily >::dimension =dim }
 A constant that exports the template parameter dim. More...
 
enum  { Dune::Grid< dim, dimworld, ct, GridFamily >::dimensionworld =dimworld }
 A constant that exports the template parameter dimworld. More...
 

Detailed Description

Enumeration Type Documentation

template<int dim, int dimworld, class ct , class GridFamily >
anonymous enum

A constant that exports the template parameter dim.

Enumerator
dimension 

The dimension of the grid.

template<int dim, int dimworld, class ct , class GridFamily >
anonymous enum

A constant that exports the template parameter dimworld.

Enumerator
dimensionworld 

The dimension of the world the grid lives in.