dune-grid  2.2.1
Classes
EntityPointer and Iterators
The Grid Interface
Collaboration diagram for EntityPointer and Iterators:

Classes

class  Dune::EntityPointer< GridImp, IteratorImp >
 Wrapper class for pointers to entities. More...
class  Dune::HierarchicIterator< GridImp, HierarchicIteratorImp >
 Enables iteration over all codim zero entities in a subtree See also the documentation of Dune::EntityPointer. More...
class  Dune::LeafIterator< codim, pitype, GridImp, LeafIteratorImp >
 Enables iteration over all leaf entities of a codimension zero of a grid. See also the documentation of Dune::EntityPointer. More...
class  Dune::LevelIterator< codim, pitype, GridImp, LevelIteratorImp >
 Enables iteration over all entities of a given codimension and level of a grid. See also the documentation of Dune::EntityPointer. More...
class  Dune::EntityIterator< codim, Grid, IteratorImp >
 interface class for an iterator over grid entitiesAn entity iterator is an iterator over a subset of entities within a hierarchical grid. It is an extension of the Dune::EntityPointer interface. More...

Detailed Description