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::PoreNetwork::PNMDefaultScvfGeometryTraits< GridView > Struct Template Reference

Default traits class. More...

#include <dumux/discretization/porenetwork/subcontrolvolumeface.hh>

Description

template<class GridView>
struct Dumux::PoreNetwork::PNMDefaultScvfGeometryTraits< GridView >

Default traits class.

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 >::LocalIndex
 
using Scalar = typename Grid::ctype
 
using GlobalPosition = Dune::FieldVector< Scalar, dimWorld >
 
using CornerStorage = std::array< Dune::FieldVector< Scalar, dimWorld >, 1 >
 

Static Public Attributes

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

Member Typedef Documentation

◆ CornerStorage

template<class GridView >
using Dumux::PoreNetwork::PNMDefaultScvfGeometryTraits< GridView >::CornerStorage = std::array<Dune::FieldVector<Scalar, dimWorld>, 1>

◆ GlobalPosition

template<class GridView >
using Dumux::PoreNetwork::PNMDefaultScvfGeometryTraits< GridView >::GlobalPosition = Dune::FieldVector<Scalar, dimWorld>

◆ Grid

template<class GridView >
using Dumux::PoreNetwork::PNMDefaultScvfGeometryTraits< GridView >::Grid = typename GridView::Grid

◆ GridIndexType

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

◆ LocalIndexType

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

◆ Scalar

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

Member Data Documentation

◆ dim

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

◆ dimWorld

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

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