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

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

#include <dumux/discretization/box/subcontrolvolume.hh>

Description

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

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

Template Parameters
GVthe type of the grid view

Classes

struct  ScvMLGTraits
 

Public Types

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

Static Public Attributes

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

Member Typedef Documentation

◆ CornerStorage

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

◆ Geometry

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

◆ GlobalPosition

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

◆ Grid

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

◆ GridIndexType

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

◆ LocalIndexType

template<class GridView >
using Dumux::BoxDefaultScvGeometryTraits< GridView >::LocalIndexType = typename IndexTraits<GridView>::LocalIndex

◆ Scalar

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

Member Data Documentation

◆ dim

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

◆ dimWorld

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

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