The default traits for the face-centered diamond finite volume grid geometry Defines the scv and scvf types and the mapper types. More...
#include <dumux/discretization/facecentered/diamond/fvgridgeometry.hh>
| GridView | the grid view type |
Public Types | |
| using | SubControlVolume = FaceCenteredDiamondSubControlVolume<GridView> |
| using | SubControlVolumeFace = FaceCenteredDiamondSubControlVolumeFace<GridView> |
| using | DofMapper = Dune::MultipleCodimMultipleGeomTypeMapper<GridView> |
| template<class GridGeometry, bool enableCache> | |
| using | LocalView = FaceCenteredDiamondFVElementGeometry<GridGeometry, enableCache> |
| using | ElementMapper = EM |
| using | VertexMapper = VM |
| using Dumux::FaceCenteredDiamondDefaultGridGeometryTraits< GridView >::DofMapper = Dune::MultipleCodimMultipleGeomTypeMapper<GridView> |
|
inherited |
| using Dumux::FaceCenteredDiamondDefaultGridGeometryTraits< GridView >::LocalView = FaceCenteredDiamondFVElementGeometry<GridGeometry, enableCache> |
| using Dumux::FaceCenteredDiamondDefaultGridGeometryTraits< GridView >::SubControlVolume = FaceCenteredDiamondSubControlVolume<GridView> |
| using Dumux::FaceCenteredDiamondDefaultGridGeometryTraits< GridView >::SubControlVolumeFace = FaceCenteredDiamondSubControlVolumeFace<GridView> |
|
inherited |