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

The default traits for the box finite volume grid geometry. More...

#include <dumux/porousmediumflow/boxdfm/fvgridgeometry.hh>

Inheritance diagram for Dumux::BoxDfmDefaultGridGeometryTraits< GridView, MapperTraits >:
Inheritance graph

Description

template<class GridView, class MapperTraits = DefaultMapperTraits<GridView>>
struct Dumux::BoxDfmDefaultGridGeometryTraits< GridView, MapperTraits >

The default traits for the box finite volume grid geometry.

Defines the scv and scvf types and the mapper types.

Template Parameters
thegrid view type

Public Types

using SubControlVolume = BoxDfmSubControlVolume< GridView >
 
using SubControlVolumeFace = BoxDfmSubControlVolumeFace< GridView >
 
template<class GridGeometry , bool enableCache>
using LocalView = BoxDfmFVElementGeometry< GridGeometry, enableCache >
 
using FacetMapper = Dune::MultipleCodimMultipleGeomTypeMapper< GridView >
 
using ElementMapper = EM
 
using VertexMapper = VM
 

Member Typedef Documentation

◆ ElementMapper

template<class GridView , class EM = Dune::MultipleCodimMultipleGeomTypeMapper<GridView>, class VM = Dune::MultipleCodimMultipleGeomTypeMapper<GridView>>
using Dumux::DefaultMapperTraits< GridView, EM, VM >::ElementMapper = EM
inherited

◆ FacetMapper

template<class GridView , class MapperTraits = DefaultMapperTraits<GridView>>
using Dumux::BoxDfmDefaultGridGeometryTraits< GridView, MapperTraits >::FacetMapper = Dune::MultipleCodimMultipleGeomTypeMapper<GridView>

◆ LocalView

template<class GridView , class MapperTraits = DefaultMapperTraits<GridView>>
template<class GridGeometry , bool enableCache>
using Dumux::BoxDfmDefaultGridGeometryTraits< GridView, MapperTraits >::LocalView = BoxDfmFVElementGeometry<GridGeometry, enableCache>

◆ SubControlVolume

template<class GridView , class MapperTraits = DefaultMapperTraits<GridView>>
using Dumux::BoxDfmDefaultGridGeometryTraits< GridView, MapperTraits >::SubControlVolume = BoxDfmSubControlVolume<GridView>

◆ SubControlVolumeFace

template<class GridView , class MapperTraits = DefaultMapperTraits<GridView>>
using Dumux::BoxDfmDefaultGridGeometryTraits< GridView, MapperTraits >::SubControlVolumeFace = BoxDfmSubControlVolumeFace<GridView>

◆ VertexMapper

template<class GridView , class EM = Dune::MultipleCodimMultipleGeomTypeMapper<GridView>, class VM = Dune::MultipleCodimMultipleGeomTypeMapper<GridView>>
using Dumux::DefaultMapperTraits< GridView, EM, VM >::VertexMapper = VM
inherited

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