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

Default traits class to be used for the sub-control volumes for the cell-centered finite volume scheme using TPFA. More...

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

Description

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

Default traits class to be used for the sub-control volumes for the cell-centered finite volume scheme using TPFA.

Template Parameters
GVthe type of the grid view

Public Types

using Geometry = typename GridView::template Codim< 0 >::Geometry
 
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
 

Member Typedef Documentation

◆ Element

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

◆ Geometry

template<class GridView >
using Dumux::CCDefaultScvGeometryTraits< GridView >::Geometry = typename GridView::template Codim<0>::Geometry

◆ GlobalPosition

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

◆ GridIndexType

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

◆ LocalIndexType

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

◆ Scalar

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

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