Class to calculate the closest distance from a point to a given set of geometries describing the domain's boundaries.
More...
Go to the source code of this file.
- Template Parameters
-
Geometry | The (dune) geometry type. |
- Note
- Defaults to Dumux::AABBDistanceField
|
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...
|
|
|
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.
|
|