The flux variables caches for an element with caching enabled.
|
| | FaceCenteredStaggeredElementFluxVariablesCache (const GridFluxVariablesCache &global) |
| |
| template<class FVElementGeometry, class ElementVolumeVariables> |
| FaceCenteredStaggeredElementFluxVariablesCache | bind (const typename FVElementGeometry::Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars) && |
| | 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);
|
| |
| template<class FVElementGeometry, class ElementVolumeVariables> |
| void | bind (const typename FVElementGeometry::Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars) & |
| |
| template<class FVElementGeometry, class ElementVolumeVariables> |
| FaceCenteredStaggeredElementFluxVariablesCache | bindElement (const typename FVElementGeometry::Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars) && |
| | 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);
|
| |
| template<class FVElementGeometry, class ElementVolumeVariables> |
| void | bindElement (const typename FVElementGeometry::Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars) & |
| |
| template<class FVElementGeometry, class ElementVolumeVariables> |
| FaceCenteredStaggeredElementFluxVariablesCache | bindScvf (const typename FVElementGeometry::Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const typename FVElementGeometry::SubControlVolumeFace &scvf) && |
| | 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);
|
| |
| template<class FVElementGeometry, class ElementVolumeVariables> |
| void | bindScvf (const typename FVElementGeometry::Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const typename FVElementGeometry::SubControlVolumeFace &scvf) & |
| |
| template<class SubControlVolumeFace> |
| const FluxVariablesCache & | operator[] (const SubControlVolumeFace &scvf) const |
| |
| const GridFluxVariablesCache & | gridFluxVarsCache () const |
| | The global object we are a restriction of.
|
| |