Default traits class to be used for the sub-control volume face for the face-centered staggered finite volume scheme. More...
#include <dumux/discretization/facecentered/staggered/subcontrolvolumeface.hh>
GridView | 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-1))> |
using | Geometry = Dune::AxisAlignedCubeGeometry< Scalar, dim-1, dimWorld > |
Static Public Attributes | |
static constexpr int | dim = GridView::Grid::dimension |
static constexpr int | dimWorld = GridView::Grid::dimensionworld |
using Dumux::FaceCenteredDefaultScvfGeometryTraits< GridView >::CornerStorage = std::array<GlobalPosition, (1<<(dim-1))> |
using Dumux::FaceCenteredDefaultScvfGeometryTraits< GridView >::Element = typename GridView::template Codim<0>::Entity |
using Dumux::FaceCenteredDefaultScvfGeometryTraits< GridView >::Geometry = Dune::AxisAlignedCubeGeometry<Scalar, dim-1, dimWorld> |
using Dumux::FaceCenteredDefaultScvfGeometryTraits< GridView >::GlobalPosition = typename Element::Geometry::GlobalCoordinate |
using Dumux::FaceCenteredDefaultScvfGeometryTraits< GridView >::GridIndexType = typename IndexTraits<GridView>::GridIndex |
using Dumux::FaceCenteredDefaultScvfGeometryTraits< GridView >::LocalIndexType = typename IndexTraits<GridView>::LocalIndex |
using Dumux::FaceCenteredDefaultScvfGeometryTraits< GridView >::Scalar = typename GridView::ctype |
|
staticconstexpr |
|
staticconstexpr |