12#ifndef DUMUX_DISCRETIZATION_CC_MPFA_FV_GRID_GEOMETRY_TRAITS_HH
13#define DUMUX_DISCRETIZATION_CC_MPFA_FV_GRID_GEOMETRY_TRAITS_HH
36template<
class GV,
class NI,
class PIV,
class SIV>
46 (int(GV::dimension)<int(GV::dimensionworld) ? 45 : 20);
48 template<
class FVGr
idGeom >
50 template<
class FVGr
idGeom >
52 template<
class FVGr
idGeom >
54 template<
class FVGr
idGeom,
bool enableCache >
Stores the face indices corresponding to the neighbors of an element that contribute to the derivativ...
Forward declaration of method specific implementation of the assembly map.
Definition cellcentered/mpfa/connectivitymap.hh:25
Stencil-local finite volume geometry (scvs and scvfs) for cell-centered mpfa models This builds up th...
Definition discretization/cellcentered/mpfa/fvelementgeometry.hh:100
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:87
Sub control volumes for cell-centered discretization schemes.
Definition discretization/cellcentered/subcontrolvolume.hh:47
Defines the default element and vertex mapper types.
Stencil-local finite volume geometry (scvs and scvfs) for cell-centered mpfa models This builds up th...
The sub control volume face.
Sub control volumes for cell-centered discretization schemes.
Class for the grid interaction volume index sets of mpfa schemes.
Helper class to get data required for mpfa scheme.
Traits class to be used for the CCMpfaFVGridGeometry.
Definition cellcentered/mpfa/fvgridgeometrytraits.hh:38
CCMpfaHelper< FVGridGeom > MpfaHelper
Definition cellcentered/mpfa/fvgridgeometrytraits.hh:49
CCMpfaConnectivityMap< FVGridGeom, PrimaryIV::MpfaMethod > ConnectivityMap
Definition cellcentered/mpfa/fvgridgeometrytraits.hh:51
CCMpfaGridInteractionVolumeIndexSets< FVGridGeom, NodalIndexSet, PrimaryIV, SecondaryIV > GridIvIndexSets
Definition cellcentered/mpfa/fvgridgeometrytraits.hh:53
static constexpr int maxElementStencilSize
Definition cellcentered/mpfa/fvgridgeometrytraits.hh:45
NodalIndexSet NodalIndexSet
Definition cellcentered/mpfa/fvgridgeometrytraits.hh:41
CCSubControlVolume< GridView > SubControlVolume
Definition cellcentered/mpfa/fvgridgeometrytraits.hh:39
CCMpfaSubControlVolumeFace< GridView > SubControlVolumeFace
Definition cellcentered/mpfa/fvgridgeometrytraits.hh:40
CCMpfaFVElementGeometry< FVGridGeom, enableCache > LocalView
Definition cellcentered/mpfa/fvgridgeometrytraits.hh:55
Definition defaultmappertraits.hh:23