Class for the face variables vector. Specialization for the case of not storing the face variables globally.
More...
template<class GVV>
class Dumux::FaceCenteredStaggeredElementVolumeVariables< GVV, false >
Class for the face variables vector. Specialization for the case of not storing the face variables globally.
|
| FaceCenteredStaggeredElementVolumeVariables (const GridVolumeVariables &globalFacesVars) |
|
const VolumeVariables & | operator[] (const SubControlVolume &scv) const |
| const operator for the access with an scvf More...
|
|
const VolumeVariables & | operator[] (const std::size_t scvIdx) const |
| const operator for the access with an index More...
|
|
VolumeVariables & | operator[] (const SubControlVolume &scv) |
| operator for the access with an scvf More...
|
|
VolumeVariables & | operator[] (const std::size_t scvIdx) |
|
template<class SolutionVector > |
ThisType | bind (const typename FVElementGeometry::Element &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 SolutionVector > |
void | bind (const typename FVElementGeometry::Element &element, const FVElementGeometry &fvGeometry, const SolutionVector &sol) & |
|
template<class SolutionVector > |
ThisType | bindElement (const typename FVElementGeometry::Element &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 SolutionVector > |
void | bindElement (const typename FVElementGeometry::Element &element, const FVElementGeometry &fvGeometry, const SolutionVector &sol) & |
|
const GridVolumeVariables & | gridVolVars () const |
| The global volume variables object we are a restriction of. More...
|
|
bool | hasVolVars (const std::size_t scvIdx) const |
| Returns true if volVars exist for the given scv index. More...
|
|