Traits class to be used for the CCMpfaFVGridGeometry. More...
#include <dumux/discretization/cellcentered/mpfa/fvgridgeometrytraits.hh>
Traits class to be used for the CCMpfaFVGridGeometry.
GV | the grid view type |
NI | the type used for node-local indexing |
PIV | the primary interaction volume type |
SIV | the secondary interaction volume type |
Public Types | |
using | SubControlVolume = CCSubControlVolume< GV > |
using | SubControlVolumeFace = CCMpfaSubControlVolumeFace< GV > |
using | NodalIndexSet = NI |
template<class FVGridGeom > | |
using | MpfaHelper = CCMpfaHelper< FVGridGeom > |
type definitions depending on the GridGeometry itself More... | |
template<class FVGridGeom > | |
using | ConnectivityMap = CCMpfaConnectivityMap< FVGridGeom, PIV::MpfaMethod > |
template<class FVGridGeom > | |
using | GridIvIndexSets = CCMpfaGridInteractionVolumeIndexSets< FVGridGeom, NodalIndexSet, PIV, SIV > |
template<class FVGridGeom , bool enableCache> | |
using | LocalView = CCMpfaFVElementGeometry< FVGridGeom, enableCache > |
using | ElementMapper = Dune::MultipleCodimMultipleGeomTypeMapper< GV > |
using | VertexMapper = Dune::MultipleCodimMultipleGeomTypeMapper< GV > |
Static Public Attributes | |
static constexpr int | maxElementStencilSize |
using Dumux::CCMpfaFVGridGeometryTraits< GV, NI, PIV, SIV >::ConnectivityMap = CCMpfaConnectivityMap<FVGridGeom, PIV::MpfaMethod> |
|
inherited |
using Dumux::CCMpfaFVGridGeometryTraits< GV, NI, PIV, SIV >::GridIvIndexSets = CCMpfaGridInteractionVolumeIndexSets< FVGridGeom, NodalIndexSet, PIV, SIV > |
using Dumux::CCMpfaFVGridGeometryTraits< GV, NI, PIV, SIV >::LocalView = CCMpfaFVElementGeometry<FVGridGeom, enableCache> |
using Dumux::CCMpfaFVGridGeometryTraits< GV, NI, PIV, SIV >::MpfaHelper = CCMpfaHelper< FVGridGeom > |
type definitions depending on the GridGeometry itself
using Dumux::CCMpfaFVGridGeometryTraits< GV, NI, PIV, SIV >::NodalIndexSet = NI |
using Dumux::CCMpfaFVGridGeometryTraits< GV, NI, PIV, SIV >::SubControlVolume = CCSubControlVolume<GV> |
using Dumux::CCMpfaFVGridGeometryTraits< GV, NI, PIV, SIV >::SubControlVolumeFace = CCMpfaSubControlVolumeFace<GV> |
|
inherited |
|
staticconstexpr |
State the maximum admissible element stencil size Per default, we use high values that are hopefully enough for all cases We assume simplex grids where stencils can get quite large but the size is unknown