The local (stencil) volume variables class for cell centered tpfa models with caching. More...
#include <dumux/discretization/cellcentered/mpfa/elementvolumevariables.hh>
The local (stencil) volume variables class for cell centered tpfa models with caching.
Public Types | |
using | GridVolumeVariables = GVV |
export type of the grid volume variables More... | |
using | VolumeVariables = typename GridVolumeVariables::VolumeVariables |
export type of the volume variables More... | |
Public Member Functions | |
CCMpfaElementVolumeVariables (const GridVolumeVariables &gridVolVars) | |
Constructor. More... | |
template<class FVElementGeometry , class SolutionVector > | |
void | bind (const typename FVElementGeometry::GridGeometry::GridView::template Codim< 0 >::Entity &element, const FVElementGeometry &fvGeometry, const SolutionVector &sol) |
Prepares the volume variables within the element stencil. More... | |
template<class FVElementGeometry , class SolutionVector > | |
void | bindElement (const typename FVElementGeometry::GridGeometry::GridView::template Codim< 0 >::Entity &element, const FVElementGeometry &fvGeometry, const SolutionVector &sol) |
Prepares the volume variables of an element. More... | |
template<class SubControlVolume , typename std::enable_if_t<!std::is_integral< SubControlVolume >::value, int > = 0> | |
const VolumeVariables & | operator[] (const SubControlVolume &scv) const |
access operator with scv More... | |
template<class SubControlVolume , typename std::enable_if_t<!std::is_integral< SubControlVolume >::value, int > = 0> | |
VolumeVariables & | operator[] (const SubControlVolume &scv) |
access operator with scv More... | |
const VolumeVariables & | operator[] (std::size_t scvIdx) const |
access operator with scv index More... | |
VolumeVariables & | operator[] (std::size_t scvIdx) |
access operator with scv index More... | |
const GridVolumeVariables & | gridVolVars () const |
The global volume variables object we are a restriction of. More... | |
void | clear () |
Clear all local storage. More... | |
using Dumux::CCMpfaElementVolumeVariables< GVV, false >::GridVolumeVariables = GVV |
export type of the grid volume variables
using Dumux::CCMpfaElementVolumeVariables< GVV, false >::VolumeVariables = typename GridVolumeVariables::VolumeVariables |
export type of the volume variables
|
inline |
Constructor.
|
inline |
Prepares the volume variables within the element stencil.
|
inline |
Prepares the volume variables of an element.
|
inline |
Clear all local storage.
|
inline |
The global volume variables object we are a restriction of.
|
inline |
access operator with scv
|
inline |
access operator with scv
|
inline |
access operator with scv index
|
inline |
access operator with scv index