#include <vector>
#include <dune/common/parallel/mpihelper.hh>
#include <dune/common/shared_ptr.hh>
#include <dune/common/reservedvector.hh>
#include <dune/grid/common/partitionset.hh>
#include <dumux/common/tag.hh>
#include <dumux/common/indextraits.hh>
#include <dumux/parallel/parallel_for.hh>
#include <dumux/geometry/distancefield.hh>
Go to the source code of this file.
Class to calculate the wall distance at every element or vertex of a grid.
GridGeometry | The grid geometry. |
DistanceField | The type of distance field to use (parameterized with the geometry type) |
Classes | |
class | Dumux::WallDistance< GridGeometry, DistanceField > |
Class to calculate the wall distance at every element or vertex of a grid. More... | |
Namespaces | |
namespace | Dumux |
Adaption of the non-isothermal two-phase two-component flow model to problems with CO2. | |