The default traits for the box finite volume grid geometry Defines the scv and scvf types and the mapper types. More...
#include <dumux/discretization/box/fvgridgeometry.hh>
The default traits for the box finite volume grid geometry Defines the scv and scvf types and the mapper types.
the | grid view type |
Public Types | |
using | SubControlVolume = BoxSubControlVolume< GridView > |
using | SubControlVolumeFace = BoxSubControlVolumeFace< GridView > |
template<class GridGeometry , bool enableCache> | |
using | LocalView = BoxFVElementGeometry< GridGeometry, enableCache > |
using | ElementMapper = EM |
using | VertexMapper = VM |
|
inherited |
using Dumux::BoxDefaultGridGeometryTraits< GridView, MapperTraits >::LocalView = BoxFVElementGeometry<GridGeometry, enableCache> |
using Dumux::BoxDefaultGridGeometryTraits< GridView, MapperTraits >::SubControlVolume = BoxSubControlVolume<GridView> |
using Dumux::BoxDefaultGridGeometryTraits< GridView, MapperTraits >::SubControlVolumeFace = BoxSubControlVolumeFace<GridView> |
|
inherited |