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

Default traits class to be used for the sub-control volumes. More...

#include <dumux/discretization/facecentered/diamond/subcontrolvolume.hh>

Description

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

Default traits class to be used for the sub-control volumes.

Template Parameters
GVthe type of the grid view

Public Types

using Grid = typename GridView::Grid
 
using GridIndexType = typename IndexTraits< GridView >::GridIndex
 
using LocalIndexType = typename IndexTraits< GridView >::SmallLocalIndex
 
using Scalar = typename Grid::ctype
 
using Geometry = Dune::MultiLinearGeometry< Scalar, dim, dimWorld, FCDiamondMLGeometryTraits< Scalar > >
 
using CornerStorage = typename FCDiamondMLGeometryTraits< Scalar >::template CornerStorage< dim, dimWorld >::Type
 
using GlobalPosition = typename CornerStorage::value_type
 

Static Public Member Functions

static constexpr Dune::GeometryType geometryType (Dune::GeometryType elementType)
 

Static Public Attributes

static const int dim = Grid::dimension
 
static const int dimWorld = Grid::dimensionworld
 

Member Typedef Documentation

◆ CornerStorage

template<class GridView >
using Dumux::FaceCenteredDiamondScvGeometryTraits< GridView >::CornerStorage = typename FCDiamondMLGeometryTraits<Scalar>::template CornerStorage<dim, dimWorld>::Type

◆ Geometry

template<class GridView >
using Dumux::FaceCenteredDiamondScvGeometryTraits< GridView >::Geometry = Dune::MultiLinearGeometry<Scalar, dim, dimWorld, FCDiamondMLGeometryTraits<Scalar> >

◆ GlobalPosition

template<class GridView >
using Dumux::FaceCenteredDiamondScvGeometryTraits< GridView >::GlobalPosition = typename CornerStorage::value_type

◆ Grid

template<class GridView >
using Dumux::FaceCenteredDiamondScvGeometryTraits< GridView >::Grid = typename GridView::Grid

◆ GridIndexType

template<class GridView >
using Dumux::FaceCenteredDiamondScvGeometryTraits< GridView >::GridIndexType = typename IndexTraits<GridView>::GridIndex

◆ LocalIndexType

template<class GridView >
using Dumux::FaceCenteredDiamondScvGeometryTraits< GridView >::LocalIndexType = typename IndexTraits<GridView>::SmallLocalIndex

◆ Scalar

template<class GridView >
using Dumux::FaceCenteredDiamondScvGeometryTraits< GridView >::Scalar = typename Grid::ctype

Member Function Documentation

◆ geometryType()

template<class GridView >
static constexpr Dune::GeometryType Dumux::FaceCenteredDiamondScvGeometryTraits< GridView >::geometryType ( Dune::GeometryType  elementType)
inlinestaticconstexpr

Member Data Documentation

◆ dim

template<class GridView >
const int Dumux::FaceCenteredDiamondScvGeometryTraits< GridView >::dim = Grid::dimension
static

◆ dimWorld

template<class GridView >
const int Dumux::FaceCenteredDiamondScvGeometryTraits< GridView >::dimWorld = Grid::dimensionworld
static

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