3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Public Types | List of all members
Dumux::BoxFacetCouplingDefaultGridGeometryTraits< GridView > Struct Template Reference

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>

Description

template<class GridView>
struct Dumux::BoxFacetCouplingDefaultGridGeometryTraits< GridView >

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.

Template Parameters
thegrid 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 >
 

Member Typedef Documentation

◆ ElementMapper

template<class GridView >
using Dumux::BoxFacetCouplingDefaultGridGeometryTraits< GridView >::ElementMapper = Dune::MultipleCodimMultipleGeomTypeMapper<GridView>

◆ FacetMapper

template<class GridView >
using Dumux::BoxFacetCouplingDefaultGridGeometryTraits< GridView >::FacetMapper = Dune::MultipleCodimMultipleGeomTypeMapper<GridView>

◆ LocalView

template<class GridView >
template<class GridGeometry , bool enableCache>
using Dumux::BoxFacetCouplingDefaultGridGeometryTraits< GridView >::LocalView = BoxFacetCouplingFVElementGeometry<GridGeometry, enableCache>

◆ SubControlVolume

template<class GridView >
using Dumux::BoxFacetCouplingDefaultGridGeometryTraits< GridView >::SubControlVolume = BoxSubControlVolume<GridView>

◆ SubControlVolumeFace

template<class GridView >
using Dumux::BoxFacetCouplingDefaultGridGeometryTraits< GridView >::SubControlVolumeFace = BoxFacetCouplingSubControlVolumeFace<GridView>

◆ VertexMapper

template<class GridView >
using Dumux::BoxFacetCouplingDefaultGridGeometryTraits< GridView >::VertexMapper = EnrichedVertexDofMapper<GridView>

The documentation for this struct was generated from the following file: