24#ifndef DUMUX_DISCRETIZATION_CC_MPFA_FV_GRID_GEOMETRY_TRAITS_HH
25#define DUMUX_DISCRETIZATION_CC_MPFA_FV_GRID_GEOMETRY_TRAITS_HH
48template<
class GV,
class NI,
class PIV,
class SIV>
58 (int(GV::dimension)<int(GV::dimensionworld) ? 45 : 20);
60 template<
class FVGr
idGeom >
62 template<
class FVGr
idGeom >
64 template<
class FVGr
idGeom >
66 template<
class FVGr
idGeom,
bool enableCache >
Defines the default element and vertex mapper types.
Class for the grid interaction volume index sets of mpfa schemes.
Helper class to get data required for mpfa scheme.
Definition defaultmappertraits.hh:35
Forward declaration of method specific implementation of the assembly map.
Definition cellcentered/mpfa/connectivitymap.hh:37
Stencil-local finite volume geometry (scvs and scvfs) for cell-centered mpfa models This builds up th...
Definition discretization/cellcentered/mpfa/fvelementgeometry.hh:49
Traits class to be used for the CCMpfaFVGridGeometry.
Definition cellcentered/mpfa/fvgridgeometrytraits.hh:50
CCMpfaHelper< FVGridGeom > MpfaHelper
Definition cellcentered/mpfa/fvgridgeometrytraits.hh:61
CCMpfaConnectivityMap< FVGridGeom, PrimaryIV::MpfaMethod > ConnectivityMap
Definition cellcentered/mpfa/fvgridgeometrytraits.hh:63
CCMpfaGridInteractionVolumeIndexSets< FVGridGeom, NodalIndexSet, PrimaryIV, SecondaryIV > GridIvIndexSets
Definition cellcentered/mpfa/fvgridgeometrytraits.hh:65
static constexpr int maxElementStencilSize
Definition cellcentered/mpfa/fvgridgeometrytraits.hh:57
NodalIndexSet NodalIndexSet
Definition cellcentered/mpfa/fvgridgeometrytraits.hh:53
CCSubControlVolume< GridView > SubControlVolume
Definition cellcentered/mpfa/fvgridgeometrytraits.hh:51
CCMpfaSubControlVolumeFace< GridView > SubControlVolumeFace
Definition cellcentered/mpfa/fvgridgeometrytraits.hh:52
CCMpfaFVElementGeometry< FVGridGeom, enableCache > LocalView
Definition cellcentered/mpfa/fvgridgeometrytraits.hh:67
Class for a sub control volume face in mpfa methods, i.e a part of the boundary of a control volume w...
Definition discretization/cellcentered/mpfa/subcontrolvolumeface.hh:96
Sub control volumes for cell-centered discretization schemes.
Definition discretization/cellcentered/subcontrolvolume.hh:63
Stencil-local finite volume geometry (scvs and scvfs) for cell-centered mpfa models This builds up th...
Sub control volumes for cell-centered discretization schemes.
The sub control volume face.
Stores the face indices corresponding to the neighbors of an element that contribute to the derivativ...