A class representing the intersection entities of two distributed geometric entity sets.
#include <algorithm>#include <memory>#include <utility>#include <vector>#include <dune/common/timer.hh>#include <dune/common/iteratorrange.hh>#include <dune/common/iteratorfacades.hh>#include <dune/geometry/affinegeometry.hh>#include <dune/geometry/type.hh>#include <dumux/geometry/distributedboundingboxtree.hh>#include <dumux/geometry/distributedintersectingentities.hh>Go to the source code of this file.
Classes | |
| class | Dumux::DistributedIntersectionEntitySet< DomainEntitySet, TargetEntitySet > |
| A class representing the intersection entities of two distributed geometric entity sets. More... | |
| class | Dumux::DistributedIntersectionEntitySet< DomainEntitySet, TargetEntitySet >::IntersectionEntity |
| A view on a single intersection entity. More... | |
| class | Dumux::DistributedIntersectionEntitySet< DomainEntitySet, TargetEntitySet >::IntersectionIterator |
| An iterator over the intersection entities. More... | |
Namespaces | |
| namespace | Dumux |