The local (stencil) volume variables class for cell centered tpfa models with caching. More...
#include <dumux/discretization/cellcentered/tpfa/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 | |
CCTpfaElementVolumeVariables (const GridVolumeVariables &gridVolVars) | |
Constructor. More... | |
template<class SubControlVolume , typename std::enable_if_t<!std::is_integral< SubControlVolume >::value, int > = 0> | |
const VolumeVariables & | operator[] (const SubControlVolume &scv) const |
operator for the access with an scv More... | |
const VolumeVariables & | operator[] (const std::size_t scvIdx) const |
operator for the access with an index More... | |
template<class FVElementGeometry , class SolutionVector > | |
void | bind (const typename FVElementGeometry::GridGeometry::GridView::template Codim< 0 >::Entity &element, const FVElementGeometry &fvGeometry, const SolutionVector &sol) |
precompute all boundary volume variables in a stencil of an element, the remaining ones are cached More... | |
template<class FVElementGeometry , class SolutionVector > | |
void | bindElement (const typename FVElementGeometry::GridGeometry::GridView::template Codim< 0 >::Entity &element, const FVElementGeometry &fvGeometry, const SolutionVector &sol) |
precompute the volume variables of an element - do nothing: volVars are cached More... | |
const GridVolumeVariables & | gridVolVars () const |
The global volume variables object we are a restriction of. More... | |
using Dumux::CCTpfaElementVolumeVariables< GVV, true >::GridVolumeVariables = GVV |
export type of the grid volume variables
using Dumux::CCTpfaElementVolumeVariables< GVV, true >::VolumeVariables = typename GridVolumeVariables::VolumeVariables |
export type of the volume variables
|
inline |
Constructor.
|
inline |
precompute all boundary volume variables in a stencil of an element, the remaining ones are cached
|
inline |
precompute the volume variables of an element - do nothing: volVars are cached
|
inline |
The global volume variables object we are a restriction of.
|
inline |
operator for the access with an index
|
inline |
operator for the access with an scv