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

Default traits class to be used for the sub-control volumes for the face-centered staggered scheme. More...

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

Description

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

Default traits class to be used for the sub-control volumes for the face-centered staggered scheme.

Template Parameters
GVthe type of the grid view

Public Types

using GridIndexType = typename IndexTraits< GridView >::GridIndex
 
using LocalIndexType = typename IndexTraits< GridView >::LocalIndex
 
using Scalar = typename GridView::ctype
 
using Element = typename GridView::template Codim< 0 >::Entity
 
using GlobalPosition = typename Element::Geometry::GlobalCoordinate
 
using CornerStorage = std::array< GlobalPosition,(1<<(dim))>
 
using Geometry = Dune::AxisAlignedCubeGeometry< Scalar, dim, dimWorld >
 

Static Public Attributes

static constexpr int dim = GridView::Grid::dimension
 
static constexpr int dimWorld = GridView::Grid::dimensionworld
 

Member Typedef Documentation

◆ CornerStorage

template<class GridView >
using Dumux::FaceCenteredDefaultScvGeometryTraits< GridView >::CornerStorage = std::array<GlobalPosition, (1<<(dim))>

◆ Element

template<class GridView >
using Dumux::FaceCenteredDefaultScvGeometryTraits< GridView >::Element = typename GridView::template Codim<0>::Entity

◆ Geometry

template<class GridView >
using Dumux::FaceCenteredDefaultScvGeometryTraits< GridView >::Geometry = Dune::AxisAlignedCubeGeometry<Scalar, dim, dimWorld>

◆ GlobalPosition

template<class GridView >
using Dumux::FaceCenteredDefaultScvGeometryTraits< GridView >::GlobalPosition = typename Element::Geometry::GlobalCoordinate

◆ GridIndexType

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

◆ LocalIndexType

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

◆ Scalar

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

Member Data Documentation

◆ dim

template<class GridView >
constexpr int Dumux::FaceCenteredDefaultScvGeometryTraits< GridView >::dim = GridView::Grid::dimension
staticconstexpr

◆ dimWorld

template<class GridView >
constexpr int Dumux::FaceCenteredDefaultScvGeometryTraits< GridView >::dimWorld = GridView::Grid::dimensionworld
staticconstexpr

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