The flux variables caches for an element with caching enabled.  
|  | 
|  | CCMpfaElementFluxVariablesCache (const GridFluxVariablesCache &global) | 
|  | The constructor. 
 | 
|  | 
| template<class FVElementGeometry, class ElementVolumeVariables> | 
| CCMpfaElementFluxVariablesCache | bindElement (const typename FVElementGeometry::GridGeometry::GridView::template Codim< 0 >::Entity &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::GridGeometry::GridView::template Codim< 0 >::Entity &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars) & | 
|  | Specialization for the global caching being enabled - do nothing here. 
 | 
|  | 
| template<class FVElementGeometry, class ElementVolumeVariables> | 
| CCMpfaElementFluxVariablesCache | bind (const typename FVElementGeometry::GridGeometry::GridView::template Codim< 0 >::Entity &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::GridGeometry::GridView::template Codim< 0 >::Entity &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars) & | 
|  | Specialization for the global caching being enabled - do nothing here. 
 | 
|  | 
| template<class FVElementGeometry, class ElementVolumeVariables> | 
| CCMpfaElementFluxVariablesCache | bindScvf (const typename FVElementGeometry::GridGeometry::GridView::template Codim< 0 >::Entity &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::GridGeometry::GridView::template Codim< 0 >::Entity &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const typename FVElementGeometry::SubControlVolumeFace &scvf) & | 
|  | Specialization for the global caching being enabled - do nothing here. 
 | 
|  | 
| template<class FVElementGeometry, class ElementVolumeVariables> | 
| void | update (const typename FVElementGeometry::GridGeometry::GridView::template Codim< 0 >::Entity &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars) | 
|  | Specialization for the global caching being enabled - do nothing here. 
 | 
|  | 
| template<class SubControlVolumeFace> | 
| const FluxVariablesCache & | operator[] (const SubControlVolumeFace &scvf) const | 
|  | access operators in the case of caching 
 | 
|  | 
| template<class SubControlVolumeFace> | 
| const PrimaryInteractionVolume & | primaryInteractionVolume (const SubControlVolumeFace &scvf) const | 
|  | access to the interaction volume an scvf is embedded in 
 | 
|  | 
| template<class SubControlVolumeFace> | 
| const PrimaryIvDataHandle & | primaryDataHandle (const SubControlVolumeFace &scvf) const | 
|  | access to the data handle of an interaction volume an scvf is embedded in 
 | 
|  | 
| template<class SubControlVolumeFace> | 
| const SecondaryInteractionVolume & | secondaryInteractionVolume (const SubControlVolumeFace &scvf) const | 
|  | access to the interaction volume an scvf is embedded in 
 | 
|  | 
| template<class SubControlVolumeFace> | 
| const SecondaryIvDataHandle & | secondaryDataHandle (const SubControlVolumeFace &scvf) const | 
|  | access to the data handle of an interaction volume an scvf is embedded in 
 | 
|  | 
| const GridFluxVariablesCache & | gridFluxVarsCache () const | 
|  | The global object we are a restriction of. 
 | 
|  |