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>
GV | the 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 |
using Dumux::CCDefaultScvGeometryTraits< GridView >::Element = typename GridView::template Codim<0>::Entity |
using Dumux::CCDefaultScvGeometryTraits< GridView >::Geometry = typename GridView::template Codim<0>::Geometry |
using Dumux::CCDefaultScvGeometryTraits< GridView >::GlobalPosition = typename Element::Geometry::GlobalCoordinate |
using Dumux::CCDefaultScvGeometryTraits< GridView >::GridIndexType = typename IndexTraits<GridView>::GridIndex |
using Dumux::CCDefaultScvGeometryTraits< GridView >::LocalIndexType = typename IndexTraits<GridView>::LocalIndex |
using Dumux::CCDefaultScvGeometryTraits< GridView >::Scalar = typename GridView::ctype |