#include <algorithm>
#include <optional>
#include <dune/geometry/type.hh>
#include <dumux/common/indextraits.hh>
#include <dumux/discretization/scvandscvfiterators.hh>
#include <dumux/discretization/box/boxgeometryhelper.hh>
Go to the source code of this file.
Base class for the element-local finite volume geometry for box models in the context of models considering coupling of different domains across the bulk grid facets. This builds up the sub control volumes and sub control volume faces for an element.
GG | the finite volume grid geometry type |
enableGridGeometryCache | if the grid geometry is cached or not |
Classes | |
class | Dumux::BoxFacetCouplingFVElementGeometry< GG, true > |
specialization in case the FVElementGeometries are stored More... | |
class | Dumux::BoxFacetCouplingFVElementGeometry< GG, false > |
specialization in case the geometries are not stored grid-wide More... | |
Namespaces | |
namespace | Dumux |
Adaption of the non-isothermal two-phase two-component flow model to problems with CO2. | |