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 that holds all interaction volume index sets on a grid view.
Definition: gridinteractionvolumeindexsets.hh:32
Helper class to get the required information on an interaction volume.
Definition: helper.hh:494
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
static constexpr int maxElementStencilSize
Definition: cellcentered/mpfa/fvgridgeometrytraits.hh:45
NI NodalIndexSet
Definition: cellcentered/mpfa/fvgridgeometrytraits.hh:41
Definition: defaultmappertraits.hh:23