3.6-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Public Types | Public Member Functions | Static Public Attributes | List of all members
Dumux::FaceCenteredDiamondFVElementGeometry< GG, true > Class Template Reference

Element-wise grid geometry (local view) More...

#include <dumux/discretization/facecentered/diamond/fvelementgeometry.hh>

Description

template<class GG>
class Dumux::FaceCenteredDiamondFVElementGeometry< GG, true >

Element-wise grid geometry (local view)

Public Types

using SubControlVolume = typename GG::SubControlVolume
 export type of subcontrol volume face More...
 
using SubControlVolumeFace = typename GG::SubControlVolumeFace
 
using Element = typename GridView::template Codim< 0 >::Entity
 
using GridGeometry = GG
 

Public Member Functions

 FaceCenteredDiamondFVElementGeometry (const GGCache &ggCache)
 
const SubControlVolumescv (LocalIndexType scvIdx) const
 Get a sub control volume with a local scv index. More...
 
const SubControlVolumeFacescvf (LocalIndexType scvfIdx) const
 Get a sub control volume face with a local scvf index. More...
 
const FeLocalBasis & feLocalBasis () const
 Get a local finite element basis. More...
 
std::size_t numScv () const
 number of sub control volumes in this fv element geometry More...
 
std::size_t numScvf () const
 number of sub control volumes in this fv element geometry More...
 
bool hasBoundaryScvf () const
 Returns whether one of the geometry's scvfs lies on a boundary. More...
 
FaceCenteredDiamondFVElementGeometry bind (const Element &element) &&
 bind the local view (r-value overload) This overload is called when an instance of this class is a temporary in the usage context This allows a usage like this: const auto view = localView(...).bind(element); More...
 
void bind (const Element &element) &
 
FaceCenteredDiamondFVElementGeometry bindElement (const Element &element) &&
 bind the local view (r-value overload) This overload is called when an instance of this class is a temporary in the usage context This allows a usage like this: const auto view = localView(...).bindElement(element); More...
 
void bindElement (const Element &element) &
 Bind only element-local. More...
 
bool isBound () const
 Returns true if bind/bindElement has already been called. More...
 
const Elementelement () const
 The bound element. More...
 
const GridGeometrygridGeometry () const
 The grid geometry we are a restriction of. More...
 
std::size_t elementIndex () const
 The bound element index. More...
 
SubControlVolume::Traits::Geometry geometry (const SubControlVolume &scv) const
 Geometry of a sub control volume. More...
 
SubControlVolumeFace::Traits::Geometry geometry (const SubControlVolumeFace &scvf) const
 Geometry of a sub control volume face. More...
 

Static Public Attributes

static constexpr std::size_t maxNumElementScvs = 2*GridView::dimension
 the maximum number of scvs per element More...
 

Member Typedef Documentation

◆ Element

template<class GG >
using Dumux::FaceCenteredDiamondFVElementGeometry< GG, true >::Element = typename GridView::template Codim<0>::Entity

◆ GridGeometry

template<class GG >
using Dumux::FaceCenteredDiamondFVElementGeometry< GG, true >::GridGeometry = GG

◆ SubControlVolume

template<class GG >
using Dumux::FaceCenteredDiamondFVElementGeometry< GG, true >::SubControlVolume = typename GG::SubControlVolume

export type of subcontrol volume face

◆ SubControlVolumeFace

template<class GG >
using Dumux::FaceCenteredDiamondFVElementGeometry< GG, true >::SubControlVolumeFace = typename GG::SubControlVolumeFace

Constructor & Destructor Documentation

◆ FaceCenteredDiamondFVElementGeometry()

template<class GG >
Dumux::FaceCenteredDiamondFVElementGeometry< GG, true >::FaceCenteredDiamondFVElementGeometry ( const GGCache &  ggCache)
inline

Member Function Documentation

◆ bind() [1/2]

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

◆ bind() [2/2]

template<class GG >
FaceCenteredDiamondFVElementGeometry Dumux::FaceCenteredDiamondFVElementGeometry< GG, true >::bind ( const Element element) &&
inline

bind the local view (r-value overload) This overload is called when an instance of this class is a temporary in the usage context This allows a usage like this: const auto view = localView(...).bind(element);

◆ bindElement() [1/2]

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

Bind only element-local.

◆ bindElement() [2/2]

template<class GG >
FaceCenteredDiamondFVElementGeometry Dumux::FaceCenteredDiamondFVElementGeometry< GG, true >::bindElement ( const Element element) &&
inline

bind the local view (r-value overload) This overload is called when an instance of this class is a temporary in the usage context This allows a usage like this: const auto view = localView(...).bindElement(element);

◆ element()

template<class GG >
const Element & Dumux::FaceCenteredDiamondFVElementGeometry< GG, true >::element ( ) const
inline

The bound element.

◆ elementIndex()

template<class GG >
std::size_t Dumux::FaceCenteredDiamondFVElementGeometry< GG, true >::elementIndex ( ) const
inline

The bound element index.

◆ feLocalBasis()

template<class GG >
const FeLocalBasis & Dumux::FaceCenteredDiamondFVElementGeometry< GG, true >::feLocalBasis ( ) const
inline

Get a local finite element basis.

◆ geometry() [1/2]

template<class GG >
SubControlVolume::Traits::Geometry Dumux::FaceCenteredDiamondFVElementGeometry< GG, true >::geometry ( const SubControlVolume scv) const
inline

Geometry of a sub control volume.

◆ geometry() [2/2]

template<class GG >
SubControlVolumeFace::Traits::Geometry Dumux::FaceCenteredDiamondFVElementGeometry< GG, true >::geometry ( const SubControlVolumeFace scvf) const
inline

Geometry of a sub control volume face.

◆ gridGeometry()

template<class GG >
const GridGeometry & Dumux::FaceCenteredDiamondFVElementGeometry< GG, true >::gridGeometry ( ) const
inline

The grid geometry we are a restriction of.

◆ hasBoundaryScvf()

template<class GG >
bool Dumux::FaceCenteredDiamondFVElementGeometry< GG, true >::hasBoundaryScvf ( ) const
inline

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

◆ isBound()

template<class GG >
bool Dumux::FaceCenteredDiamondFVElementGeometry< GG, true >::isBound ( ) const
inline

Returns true if bind/bindElement has already been called.

◆ numScv()

template<class GG >
std::size_t Dumux::FaceCenteredDiamondFVElementGeometry< GG, true >::numScv ( ) const
inline

number of sub control volumes in this fv element geometry

◆ numScvf()

template<class GG >
std::size_t Dumux::FaceCenteredDiamondFVElementGeometry< GG, true >::numScvf ( ) const
inline

number of sub control volumes in this fv element geometry

◆ scv()

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

Get a sub control volume with a local scv index.

◆ scvf()

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

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

Member Data Documentation

◆ maxNumElementScvs

template<class GG >
constexpr std::size_t Dumux::FaceCenteredDiamondFVElementGeometry< GG, true >::maxNumElementScvs = 2*GridView::dimension
staticconstexpr

the maximum number of scvs per element


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