The default traits for the tpfa finite volume grid geometry Defines the scv and scvf types and the mapper types. More...
#include <dumux/discretization/cellcentered/tpfa/fvgridgeometry.hh>
The default traits for the tpfa finite volume grid geometry Defines the scv and scvf types and the mapper types.
the | grid view type |
Public Types | |
using | SubControlVolume = CCSubControlVolume< GridView > |
using | SubControlVolumeFace = CCTpfaSubControlVolumeFace< GridView > |
template<class GridGeometry > | |
using | ConnectivityMap = CCSimpleConnectivityMap< GridGeometry > |
template<class GridGeometry , bool enableCache> | |
using | LocalView = CCTpfaFVElementGeometry< GridGeometry, enableCache > |
using | ElementMapper = EM |
using | VertexMapper = VM |
Static Public Attributes | |
static constexpr int | maxNumScvfNeighbors = int(GridView::dimension)<int(GridView::dimensionworld) ? 8 : 1<<(GridView::dimension-1) |
using Dumux::CCTpfaDefaultGridGeometryTraits< GridView, MapperTraits >::ConnectivityMap = CCSimpleConnectivityMap<GridGeometry> |
|
inherited |
using Dumux::CCTpfaDefaultGridGeometryTraits< GridView, MapperTraits >::LocalView = CCTpfaFVElementGeometry<GridGeometry, enableCache> |
using Dumux::CCTpfaDefaultGridGeometryTraits< GridView, MapperTraits >::SubControlVolume = CCSubControlVolume<GridView> |
using Dumux::CCTpfaDefaultGridGeometryTraits< GridView, MapperTraits >::SubControlVolumeFace = CCTpfaSubControlVolumeFace<GridView> |
|
inherited |
|
staticconstexpr |
State the maximum admissible number of neighbors per scvf Per default, we allow for 8 branches on network/surface grids, where conformity is assumed. For normal grids, we allow a maximum of one hanging node per scvf. Use different traits if you need more.