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

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>

Inheritance diagram for Dumux::FaceCenteredDiamondDefaultGridGeometryTraits< GridView >:

Description

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

The default traits for the face-centered diamond finite volume grid geometry Defines the scv and scvf types and the mapper types.

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

Member Typedef Documentation

◆ DofMapper

template<class GridView >
using Dumux::FaceCenteredDiamondDefaultGridGeometryTraits< GridView >::DofMapper = Dune::MultipleCodimMultipleGeomTypeMapper<GridView>

◆ ElementMapper

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

◆ LocalView

template<class GridView >
template<class GridGeometry , bool enableCache>
using Dumux::FaceCenteredDiamondDefaultGridGeometryTraits< GridView >::LocalView = FaceCenteredDiamondFVElementGeometry<GridGeometry, enableCache>

◆ SubControlVolume

template<class GridView >
using Dumux::FaceCenteredDiamondDefaultGridGeometryTraits< GridView >::SubControlVolume = FaceCenteredDiamondSubControlVolume<GridView>

◆ SubControlVolumeFace

template<class GridView >
using Dumux::FaceCenteredDiamondDefaultGridGeometryTraits< GridView >::SubControlVolumeFace = FaceCenteredDiamondSubControlVolumeFace<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: