dune-grid
2.4.1
|
#include <dune/grid/identitygrid.hh>
Classes | |
struct | Codim |
Public Types | |
typedef GridImp | Grid |
The type that implements the grid. More... | |
typedef Dune::Intersection < const GridImp, LeafIntersectionImp< const GridImp > > | LeafIntersection |
The type of the intersection at the leafs of the grid. More... | |
typedef Dune::Intersection < const GridImp, LevelIntersectionImp< const GridImp > > | LevelIntersection |
The type of the intersection at the levels of the grid. More... | |
typedef Dune::IntersectionIterator < const GridImp, LeafIntersectionIteratorImp < const GridImp > , LeafIntersectionImp< const GridImp > > | LeafIntersectionIterator |
The type of the intersection iterator at the leafs of the grid. More... | |
typedef Dune::IntersectionIterator < const GridImp, LevelIntersectionIteratorImp < const GridImp > , LevelIntersectionImp< const GridImp > > | LevelIntersectionIterator |
The type of the intersection iterator at the levels of the grid. More... | |
typedef Dune::EntityIterator < 0, const GridImp, HierarchicIteratorImp< const GridImp > > | HierarchicIterator |
The type of the hierarchic iterator. More... | |
typedef IndexSet< const GridImp, LevelIndexSetImp > | LevelIndexSet |
The type of the level index set. More... | |
typedef IndexSet< const GridImp, LeafIndexSetImp > | LeafIndexSet |
The type of the leaf index set. More... | |
typedef IdSet< const GridImp, GlobalIdSetImp, GIDType > | GlobalIdSet |
The type of the global id set. More... | |
typedef IdSet< const GridImp, LocalIdSetImp, LIDType > | LocalIdSet |
The type of the local id set. More... | |
typedef CCType | CollectiveCommunication |
The type of the collective communication. More... | |
|
inherited |
The type of the collective communication.
|
inherited |
The type of the global id set.
|
inherited |
The type that implements the grid.
|
inherited |
The type of the hierarchic iterator.
|
inherited |
The type of the leaf index set.
|
inherited |
The type of the intersection at the leafs of the grid.
|
inherited |
The type of the intersection iterator at the leafs of the grid.
|
inherited |
The type of the level index set.
|
inherited |
The type of the intersection at the levels of the grid.
|
inherited |
The type of the intersection iterator at the levels of the grid.
|
inherited |
The type of the local id set.