dune-mmesh (unstable)
intersectioniterator.hh
Go to the documentation of this file.
Iterator over all element neighborsMesh entities of codimension 0 ("elements") allow to visit all nei...
Definition: intersectioniterator.hh:28
MMeshLeafIntersectionIterator(const GridImp *mMesh, const HostGridEntity &hostEntity)
constructor for (begin) iterator
Definition: intersectioniterator.hh:47
MMeshLeafIntersectionIterator(const GridImp *mMesh, const HostGridEntity &hostEntity, bool endDummy)
constructor for end iterator
Definition: intersectioniterator.hh:54
void increment()
prefix increment
Definition: intersectioniterator.hh:64
MMeshLeafIntersectionIterator()
default constructor
Definition: intersectioniterator.hh:44
Intersection dereference() const
dereferencing
Definition: intersectioniterator.hh:71
bool equals(const MMeshLeafIntersectionIterator &other) const
returns if iterators reference same intersection
Definition: intersectioniterator.hh:59
An intersection with a leaf neighbor elementMesh entities of codimension 0 ("elements") allow to visi...
Definition: intersections.hh:35
The MMeshEntity class.
The MMeshLeafIntersection and MMeshLevelIntersection classes.
