3.6-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Classes | Namespaces | Typedefs
distancefield.hh File Reference
#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.

Description

Class to calculate the closest distance from a point to a given set of geometries describing the domain's boundaries.

Template Parameters
GeometryThe (dune) geometry type.
Note
Defaults to Dumux::AABBDistanceField

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
 Adaption of the non-isothermal two-phase two-component flow model to problems with CO2.
 

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...
 
Include dependency graph for distancefield.hh: