version 3.8
Dumux::FaceCenteredStaggeredDefaultGridGeometryTraits< GridView >::StaticInfo Struct Reference

#include <dumux/discretization/facecentered/staggered/fvgridgeometry.hh>

Static Public Attributes

static constexpr auto dim = GridView::Grid::dimension
 
static constexpr auto numFacesPerElement = dim * 2
 
static constexpr auto numScvsPerElement = numFacesPerElement
 
static constexpr auto numLateralScvfsPerScv = 2 * (dim - 1)
 
static constexpr auto numLateralScvfsPerElement = numFacesPerElement*numLateralScvfsPerScv
 
static constexpr auto minNumScvfsPerElement
 
static constexpr auto maxNumScvfsPerElement
 

Member Data Documentation

◆ dim

template<class GridView >
constexpr auto Dumux::FaceCenteredStaggeredDefaultGridGeometryTraits< GridView >::StaticInfo::dim = GridView::Grid::dimension
staticconstexpr

◆ maxNumScvfsPerElement

template<class GridView >
constexpr auto Dumux::FaceCenteredStaggeredDefaultGridGeometryTraits< GridView >::StaticInfo::maxNumScvfsPerElement
staticconstexpr
Initial value:
static constexpr auto numFacesPerElement
Definition: discretization/facecentered/staggered/fvgridgeometry.hh:64
static constexpr auto minNumScvfsPerElement
Definition: discretization/facecentered/staggered/fvgridgeometry.hh:68

◆ minNumScvfsPerElement

template<class GridView >
constexpr auto Dumux::FaceCenteredStaggeredDefaultGridGeometryTraits< GridView >::StaticInfo::minNumScvfsPerElement
staticconstexpr
Initial value:
static constexpr auto numLateralScvfsPerElement
Definition: discretization/facecentered/staggered/fvgridgeometry.hh:67

◆ numFacesPerElement

template<class GridView >
constexpr auto Dumux::FaceCenteredStaggeredDefaultGridGeometryTraits< GridView >::StaticInfo::numFacesPerElement = dim * 2
staticconstexpr

◆ numLateralScvfsPerElement

template<class GridView >
constexpr auto Dumux::FaceCenteredStaggeredDefaultGridGeometryTraits< GridView >::StaticInfo::numLateralScvfsPerElement = numFacesPerElement*numLateralScvfsPerScv
staticconstexpr

◆ numLateralScvfsPerScv

template<class GridView >
constexpr auto Dumux::FaceCenteredStaggeredDefaultGridGeometryTraits< GridView >::StaticInfo::numLateralScvfsPerScv = 2 * (dim - 1)
staticconstexpr

◆ numScvsPerElement

template<class GridView >
constexpr auto Dumux::FaceCenteredStaggeredDefaultGridGeometryTraits< GridView >::StaticInfo::numScvsPerElement = numFacesPerElement
staticconstexpr

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