3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Public Types | List of all members
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 >

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

Template Parameters
GVthe type of the grid view

Public Types

using Geometry = typename GridView::template Codim< 1 >::Geometry
 
using GridIndexType = typename IndexTraits< GridView >::GridIndex
 
using LocalIndexType = typename IndexTraits< GridView >::LocalIndex
 
using Scalar = typename GridView::ctype
 
using GlobalPosition = Dune::FieldVector< Scalar, GridView::dimensionworld >
 

Member Typedef Documentation

◆ Geometry

template<class GridView >
using Dumux::StaggeredDefaultScvfGeometryTraits< GridView >::Geometry = typename GridView::template Codim<1>::Geometry

◆ GlobalPosition

template<class GridView >
using Dumux::StaggeredDefaultScvfGeometryTraits< GridView >::GlobalPosition = Dune::FieldVector<Scalar, GridView::dimensionworld>

◆ 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

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