#include <algorithm>
#include <type_traits>
#include <vector>
#include <dune/common/exceptions.hh>
#include <dune/geometry/axisalignedcubegeometry.hh>
#include <dumux/common/parameters.hh>
#include <dumux/geometry/diameter.hh>
#include <dumux/geometry/distance.hh>
#include <dumux/geometry/intersectspointgeometry.hh>
#include <dumux/geometry/geometricentityset.hh>
#include <dumux/geometry/intersectingentities.hh>
Go to the source code of this file.
Class used to calculate fluxes over axis-aligned surfaces.
Classes | |
class | Dumux::FluxOverAxisAlignedSurface< GridVariables, SolutionVector, LocalResidual > |
Class used to calculate fluxes over axis-aligned surfaces. More... | |
Namespaces | |
namespace | Dumux |