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>
| GV | the 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 |
| using Dumux::FaceCenteredDefaultScvGeometryTraits< GridView >::CornerStorage = std::array<GlobalPosition, (1<<(dim))> |
| using Dumux::FaceCenteredDefaultScvGeometryTraits< GridView >::Element = typename GridView::template Codim<0>::Entity |
| using Dumux::FaceCenteredDefaultScvGeometryTraits< GridView >::Geometry = Dune::AxisAlignedCubeGeometry<Scalar, dim, dimWorld> |
| using Dumux::FaceCenteredDefaultScvGeometryTraits< GridView >::GlobalPosition = typename Element::Geometry::GlobalCoordinate |
| using Dumux::FaceCenteredDefaultScvGeometryTraits< GridView >::GridIndexType = typename IndexTraits<GridView>::GridIndex |
| using Dumux::FaceCenteredDefaultScvGeometryTraits< GridView >::LocalIndexType = typename IndexTraits<GridView>::LocalIndex |
| using Dumux::FaceCenteredDefaultScvGeometryTraits< GridView >::Scalar = typename GridView::ctype |
|
staticconstexpr |
|
staticconstexpr |