3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Loading...
Searching...
No Matches
Dumux::BoxFVElementGeometry< GG, false > Class Template Reference

specialization in case the FVElementGeometries are not stored More...

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

Inheritance diagram for Dumux::BoxFVElementGeometry< GG, false >:
Inheritance graph

Description

template<class GG>
class Dumux::BoxFVElementGeometry< GG, false >

specialization in case the FVElementGeometries are not stored

Public Types

using SubControlVolume = typename GG::SubControlVolume
 export type of subcontrol volume
using SubControlVolumeFace = typename GG::SubControlVolumeFace
 export type of subcontrol volume face
using GridGeometry = GG
 export type of finite volume grid geometry

Public Member Functions

 BoxFVElementGeometry (const GridGeometry &gridGeometry)
 Constructor.
const SubControlVolumescv (LocalIndexType scvIdx) const
 Get a sub control volume with a local scv index.
const SubControlVolumeFacescvf (LocalIndexType scvfIdx) const
 Get a sub control volume face with a local scvf index.
const FeLocalBasis & feLocalBasis () const
 Get a local finite element basis.
std::size_t numScv () const
 The total number of sub control volumes.
std::size_t numScvf () const
 The total number of sub control volume faces.
void bind (const Element &element)
void bindElement (const Element &element)
const GridGeometrygridGeometry () const
 The grid geometry we are a restriction of.
bool hasBoundaryScvf () const
 Returns whether one of the geometry's scvfs lies on a boundary.

Static Public Attributes

static constexpr std::size_t maxNumElementScvs = (1<<dim)
 the maximum number of scvs per element (2^dim for cubes)

Member Typedef Documentation

◆ GridGeometry

template<class GG>
using Dumux::BoxFVElementGeometry< GG, false >::GridGeometry = GG

export type of finite volume grid geometry

◆ SubControlVolume

template<class GG>
using Dumux::BoxFVElementGeometry< GG, false >::SubControlVolume = typename GG::SubControlVolume

export type of subcontrol volume

◆ SubControlVolumeFace

template<class GG>
using Dumux::BoxFVElementGeometry< GG, false >::SubControlVolumeFace = typename GG::SubControlVolumeFace

export type of subcontrol volume face

Constructor & Destructor Documentation

◆ BoxFVElementGeometry()

template<class GG>
Dumux::BoxFVElementGeometry< GG, false >::BoxFVElementGeometry ( const GridGeometry & gridGeometry)
inline

Constructor.

Member Function Documentation

◆ bind()

template<class GG>
void Dumux::BoxFVElementGeometry< GG, false >::bind ( const Element & element)
inline

this function is for compatibility reasons with cc methods The box stencil is always element-local so bind and bindElement are identical.

◆ bindElement()

template<class GG>
void Dumux::BoxFVElementGeometry< GG, false >::bindElement ( const Element & element)
inline

Binding of an element, has to be called before using the fvgeometries Prepares all the volume variables within the element For compatibility reasons with the FVGeometry cache being disabled

◆ feLocalBasis()

template<class GG>
const FeLocalBasis & Dumux::BoxFVElementGeometry< GG, false >::feLocalBasis ( ) const
inline

Get a local finite element basis.

◆ gridGeometry()

template<class GG>
const GridGeometry & Dumux::BoxFVElementGeometry< GG, false >::gridGeometry ( ) const
inline

The grid geometry we are a restriction of.

◆ hasBoundaryScvf()

template<class GG>
bool Dumux::BoxFVElementGeometry< GG, false >::hasBoundaryScvf ( ) const
inline

Returns whether one of the geometry's scvfs lies on a boundary.

◆ numScv()

template<class GG>
std::size_t Dumux::BoxFVElementGeometry< GG, false >::numScv ( ) const
inline

The total number of sub control volumes.

◆ numScvf()

template<class GG>
std::size_t Dumux::BoxFVElementGeometry< GG, false >::numScvf ( ) const
inline

The total number of sub control volume faces.

◆ scv()

template<class GG>
const SubControlVolume & Dumux::BoxFVElementGeometry< GG, false >::scv ( LocalIndexType scvIdx) const
inline

Get a sub control volume with a local scv index.

◆ scvf()

template<class GG>
const SubControlVolumeFace & Dumux::BoxFVElementGeometry< GG, false >::scvf ( LocalIndexType scvfIdx) const
inline

Get a sub control volume face with a local scvf index.

Member Data Documentation

◆ maxNumElementScvs

template<class GG>
std::size_t Dumux::BoxFVElementGeometry< GG, false >::maxNumElementScvs = (1<<dim)
staticconstexpr

the maximum number of scvs per element (2^dim for cubes)


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