3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Public Types | Public Member Functions | List of all members
Dumux::BoxSubControlVolume< GV, T > Class Template Reference

the sub control volume for the box scheme More...

#include <dumux/discretization/box/subcontrolvolume.hh>

Inheritance diagram for Dumux::BoxSubControlVolume< GV, T >:
Inheritance graph

Description

template<class GV, class T = BoxDefaultScvGeometryTraits<GV>>
class Dumux::BoxSubControlVolume< GV, T >

the sub control volume for the box scheme

Template Parameters
GVthe type of the grid view
Tthe scvf geometry traits

Public Types

using GlobalPosition = typename T::GlobalPosition
 export the type used for global coordinates More...
 
using Traits = T
 state the traits public and thus export all types More...
 

Public Member Functions

 BoxSubControlVolume ()=default
 The default constructor. More...
 
template<class GeometryHelper >
 BoxSubControlVolume (const GeometryHelper &geometryHelper, LocalIndexType scvIdx, GridIndexType elementIndex, GridIndexType dofIndex)
 
const GlobalPositioncenter () const
 The center of the sub control volume. More...
 
Scalar volume () const
 The volume of the sub control volume. More...
 
Geometry geometry () const
 The geometry of the sub control volume. More...
 
LocalIndexType localDofIndex () const
 The element-local index of the dof this scv is embedded in. More...
 
LocalIndexType indexInElement () const
 
GridIndexType dofIndex () const
 The index of the dof this scv is embedded in. More...
 
const GlobalPositiondofPosition () const
 
GridIndexType elementIndex () const
 The global index of the element this scv is embedded in. More...
 
const GlobalPositioncorner (LocalIndexType localIdx) const
 Return the corner for the given local index. More...
 

Member Typedef Documentation

◆ GlobalPosition

template<class GV , class T = BoxDefaultScvGeometryTraits<GV>>
using Dumux::BoxSubControlVolume< GV, T >::GlobalPosition = typename T::GlobalPosition

export the type used for global coordinates

◆ Traits

template<class GV , class T = BoxDefaultScvGeometryTraits<GV>>
using Dumux::BoxSubControlVolume< GV, T >::Traits = T

state the traits public and thus export all types

Constructor & Destructor Documentation

◆ BoxSubControlVolume() [1/2]

template<class GV , class T = BoxDefaultScvGeometryTraits<GV>>
Dumux::BoxSubControlVolume< GV, T >::BoxSubControlVolume ( )
default

The default constructor.

◆ BoxSubControlVolume() [2/2]

template<class GV , class T = BoxDefaultScvGeometryTraits<GV>>
template<class GeometryHelper >
Dumux::BoxSubControlVolume< GV, T >::BoxSubControlVolume ( const GeometryHelper &  geometryHelper,
LocalIndexType  scvIdx,
GridIndexType  elementIndex,
GridIndexType  dofIndex 
)
inline

Member Function Documentation

◆ center()

template<class GV , class T = BoxDefaultScvGeometryTraits<GV>>
const GlobalPosition & Dumux::BoxSubControlVolume< GV, T >::center ( ) const
inline

The center of the sub control volume.

◆ corner()

template<class GV , class T = BoxDefaultScvGeometryTraits<GV>>
const GlobalPosition & Dumux::BoxSubControlVolume< GV, T >::corner ( LocalIndexType  localIdx) const
inline

Return the corner for the given local index.

◆ dofIndex()

template<class GV , class T = BoxDefaultScvGeometryTraits<GV>>
GridIndexType Dumux::BoxSubControlVolume< GV, T >::dofIndex ( ) const
inline

The index of the dof this scv is embedded in.

◆ dofPosition()

template<class GV , class T = BoxDefaultScvGeometryTraits<GV>>
const GlobalPosition & Dumux::BoxSubControlVolume< GV, T >::dofPosition ( ) const
inline

◆ elementIndex()

template<class GV , class T = BoxDefaultScvGeometryTraits<GV>>
GridIndexType Dumux::BoxSubControlVolume< GV, T >::elementIndex ( ) const
inline

The global index of the element this scv is embedded in.

◆ geometry()

template<class GV , class T = BoxDefaultScvGeometryTraits<GV>>
Geometry Dumux::BoxSubControlVolume< GV, T >::geometry ( ) const
inline

The geometry of the sub control volume.

◆ indexInElement()

template<class GV , class T = BoxDefaultScvGeometryTraits<GV>>
LocalIndexType Dumux::BoxSubControlVolume< GV, T >::indexInElement ( ) const
inline

The element-local index of this scv. For the standard box scheme this is the local dof index.

◆ localDofIndex()

template<class GV , class T = BoxDefaultScvGeometryTraits<GV>>
LocalIndexType Dumux::BoxSubControlVolume< GV, T >::localDofIndex ( ) const
inline

The element-local index of the dof this scv is embedded in.

◆ volume()

template<class GV , class T = BoxDefaultScvGeometryTraits<GV>>
Scalar Dumux::BoxSubControlVolume< GV, T >::volume ( ) const
inline

The volume of the sub control volume.


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