#include <memory>
#include <dune/common/rangeutilities.hh>
#include <dune/grid/common/scsgmapper.hh>
#include <dumux/common/defaultmappertraits.hh>
#include <dumux/common/indextraits.hh>
#include <dumux/common/intersectionmapper.hh>
#include <dumux/common/math.hh>
#include <dumux/discretization/basegridgeometry.hh>
#include <dumux/discretization/checkoverlapsize.hh>
#include <dumux/discretization/method.hh>
#include <dumux/discretization/extrusion.hh>
#include <dumux/discretization/facecentered/staggered/subcontrolvolume.hh>
#include <dumux/discretization/facecentered/staggered/subcontrolvolumeface.hh>
#include <dumux/discretization/facecentered/staggered/fvelementgeometry.hh>
#include <dumux/discretization/facecentered/staggered/geometryhelper.hh>
#include <dumux/discretization/facecentered/staggered/connectivitymap.hh>
#include <dumux/discretization/facecentered/staggered/normalaxis.hh>
#include <dumux/discretization/facecentered/staggered/localintersectionindexmapper.hh>
Go to the source code of this file.
Base class for the finite volume geometry vector for face-centered staggered models This builds up the sub control volumes and sub control volume faces for each element.
Classes | |
struct | Dumux::FaceCenteredStaggeredDefaultGridGeometryTraits< GridView > |
The default traits for the face-center staggered finite volume grid geometry Defines the scv and scvf types and the mapper types. More... | |
struct | Dumux::FaceCenteredStaggeredDefaultGridGeometryTraits< GridView >::StaticInfo |
class | Dumux::FaceCenteredStaggeredFVGridGeometry< GV, true, Traits > |
Base class for the finite volume geometry vector for staggered models This builds up the sub control volumes and sub control volume faces for each element. Specialization in case the FVElementGeometries are stored. More... | |
class | Dumux::FaceCenteredStaggeredFVGridGeometry< GV, false, Traits > |
Base class for the finite volume geometry vector for face-centered staggered models This builds up the sub control volumes and sub control volume faces for each element. Specialization in case the FVElementGeometries are stored. More... | |
Namespaces | |
namespace | Dumux |
Adaption of the non-isothermal two-phase two-component flow model to problems with CO2. | |