#include <memory>#include <vector>#include <utility>#include <dumux/geometry/distance.hh>#include <dumux/geometry/boundingboxtree.hh>#include <dumux/geometry/geometricentityset.hh>Go to the source code of this file.
Class to calculate the closest distance from a point to a given set of geometries describing the domain's boundaries.
| Geometry | The (dune) geometry type. |
Classes | |
| class | Dumux::AABBDistanceField< Geometry > |
| Class to calculate the closest distance from a point to a given set of geometries describing the domain's boundaries. Internally uses an AABB tree representation of the geometries for logarithmic distance queries. More... | |
Namespaces | |
| namespace | Dumux |
Typedefs | |
| template<class Geometry > | |
| using | Dumux::DistanceField = AABBDistanceField< Geometry > |
| Class to calculate the closest distance from a point to a given set of geometries describing the domain's boundaries. More... | |