The local (stencil) volume variables class for control-volume finite element with caching. More...
#include <dumux/discretization/cvfe/elementvolumevariables.hh>
The local (stencil) volume variables class for control-volume finite element 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 | |
CVFEElementVolumeVariables (const GridVolumeVariables &gridVolVars) | |
Constructor. More... | |
const VolumeVariables & | operator[] (std::size_t scvIdx) const |
template<class SubControlVolume , typename std::enable_if_t<!std::is_integral< SubControlVolume >::value, int > = 0> | |
const VolumeVariables & | operator[] (const SubControlVolume &scv) const |
template<class FVElementGeometry , class SolutionVector > | |
CVFEElementVolumeVariables | bind (const typename FVElementGeometry::GridGeometry::GridView::template Codim< 0 >::Entity &element, const FVElementGeometry &fvGeometry, const SolutionVector &sol) && |
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... | |
template<class FVElementGeometry , class SolutionVector > | |
void | bind (const typename FVElementGeometry::GridGeometry::GridView::template Codim< 0 >::Entity &element, const FVElementGeometry &fvGeometry, const SolutionVector &sol) & |
template<class FVElementGeometry , class SolutionVector > | |
CVFEElementVolumeVariables | bindElement (const typename FVElementGeometry::GridGeometry::GridView::template Codim< 0 >::Entity &element, const FVElementGeometry &fvGeometry, const SolutionVector &sol) && |
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... | |
template<class FVElementGeometry , class SolutionVector > | |
void | bindElement (const typename FVElementGeometry::GridGeometry::GridView::template Codim< 0 >::Entity &element, const FVElementGeometry &fvGeometry, const SolutionVector &sol) & |
const GridVolumeVariables & | gridVolVars () const |
The global volume variables object we are a restriction of. More... | |
using Dumux::CVFEElementVolumeVariables< GVV, true >::GridVolumeVariables = GVV |
export type of the grid volume variables
using Dumux::CVFEElementVolumeVariables< GVV, true >::VolumeVariables = typename GridVolumeVariables::VolumeVariables |
export type of the volume variables
|
inline |
Constructor.
|
inline |
|
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);
|
inline |
|
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);
|
inline |
The global volume variables object we are a restriction of.
|
inline |
|
inline |