#include <dune/common/exceptions.hh>
#include <dune/common/fvector.hh>
#include <dune/common/float_cmp.hh>
#include <dune/geometry/multilineargeometry.hh>
#include <dumux/common/math.hh>
#include <dumux/common/parameters.hh>
#include <dumux/common/properties.hh>
#include <dumux/common/geometry/geometryintersection.hh>
#include <dumux/common/geometry/diameter.hh>
#include <dumux/discretization/method.hh>
#include <dumux/flux/box/darcyslaw.hh>
Go to the source code of this file.
Darcy's law for the box scheme scheme in the context of coupled models where coupling occurs across the facets of the bulk domain elements with a lower-dimensional domain living on these facets.
Classes | |
class | Dumux::BoxFacetCouplingDarcysLaw< Scalar, GridGeometry > |
Darcy's law for the box scheme scheme in the context of coupled models where coupling occurs across the facets of the bulk domain elements with a lower-dimensional domain living on these facets. More... | |
Namespaces | |
namespace | Dumux |
make the local view function available whenever we use the grid geometry | |