version 3.9-dev
Dumux::StaggeredDefaultScvfGeometryTraits< GridView > Struct Template Reference

Default traits class to be used for the sub-control volume faces for the staggered finite volume scheme. More...

#include <dumux/discretization/staggered/subcontrolvolumeface.hh>

Description

template<class GridView>
struct Dumux::StaggeredDefaultScvfGeometryTraits< GridView >
Template Parameters
GVthe 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 Geometry = Dune::AxisAlignedCubeGeometry< Scalar, dim-1, dimWorld >
 

Static Public Attributes

static constexpr int dim = GridView::Grid::dimension
 
static constexpr int dimWorld = GridView::Grid::dimensionworld
 

Member Typedef Documentation

◆ Element

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

◆ Geometry

template<class GridView >
using Dumux::StaggeredDefaultScvfGeometryTraits< GridView >::Geometry = Dune::AxisAlignedCubeGeometry<Scalar, dim-1, dimWorld>

◆ GlobalPosition

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

◆ GridIndexType

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

◆ LocalIndexType

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

◆ Scalar

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

Member Data Documentation

◆ dim

template<class GridView >
constexpr int Dumux::StaggeredDefaultScvfGeometryTraits< GridView >::dim = GridView::Grid::dimension
staticconstexpr

◆ dimWorld

template<class GridView >
constexpr int Dumux::StaggeredDefaultScvfGeometryTraits< GridView >::dimWorld = GridView::Grid::dimensionworld
staticconstexpr

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