Class to calculate the wall distance at every element or vertex of a grid.
More...
#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.
- Template Parameters
-
GridGeometry | The grid geometry. |
DistanceField | The type of distance field to use (parameterized with the geometry type) |