intersectiongetter.hh File Reference
Detailed Description
Utilities to get the intersection iterator depending.Depending on whether you work on a leaf or a level you you have to call the methods ilevel{begin,end}() or ileaf{begin,end}() to get the correct iterator.
Go to the source code of this file.
Namespaces | |
namespace | Dune |
Classes | |
struct | Dune::LevelTag |
A tag to identify that we work on a level of a grid. More... | |
struct | Dune::LeafTag |
A tag to identify that we work on the leaf of a grid. More... | |
struct | Dune::IntersectionIteratorGetter< Grid, Tag > |
Utility class to get the Intersection Iterator the right way. More... |