The default traits for the finite volume grid geometry of the box scheme with coupling occuring across the element facets. Defines the scv and scvf types and the mapper types. More...
#include <dumux/multidomain/facet/box/fvgridgeometry.hh>
The default traits for the finite volume grid geometry of the box scheme with coupling occuring across the element facets. Defines the scv and scvf types and the mapper types.
the | grid view type |
Public Types | |
using | SubControlVolume = BoxSubControlVolume< GridView > |
using | SubControlVolumeFace = BoxFacetCouplingSubControlVolumeFace< GridView > |
template<class GridGeometry , bool enableCache> | |
using | LocalView = BoxFacetCouplingFVElementGeometry< GridGeometry, enableCache > |
using | ElementMapper = Dune::MultipleCodimMultipleGeomTypeMapper< GridView > |
using | VertexMapper = EnrichedVertexDofMapper< GridView > |
using | FacetMapper = Dune::MultipleCodimMultipleGeomTypeMapper< GridView > |
using Dumux::BoxFacetCouplingDefaultGridGeometryTraits< GridView >::ElementMapper = Dune::MultipleCodimMultipleGeomTypeMapper<GridView> |
using Dumux::BoxFacetCouplingDefaultGridGeometryTraits< GridView >::FacetMapper = Dune::MultipleCodimMultipleGeomTypeMapper<GridView> |
using Dumux::BoxFacetCouplingDefaultGridGeometryTraits< GridView >::LocalView = BoxFacetCouplingFVElementGeometry<GridGeometry, enableCache> |
using Dumux::BoxFacetCouplingDefaultGridGeometryTraits< GridView >::SubControlVolume = BoxSubControlVolume<GridView> |
using Dumux::BoxFacetCouplingDefaultGridGeometryTraits< GridView >::SubControlVolumeFace = BoxFacetCouplingSubControlVolumeFace<GridView> |
using Dumux::BoxFacetCouplingDefaultGridGeometryTraits< GridView >::VertexMapper = EnrichedVertexDofMapper<GridView> |