template<class GFVC>
class Dumux::CCTpfaElementFluxVariablesCache< GFVC, true >
The flux variables caches for an element with caching enabled.
|
| CCTpfaElementFluxVariablesCache (const GridFluxVariablesCache &global) |
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
template<class SubControlVolumeFace > |
const FluxVariablesCache & | operator[] (const SubControlVolumeFace &scvf) const |
| access operators in the case of caching More...
|
|
const GridFluxVariablesCache & | gridFluxVarsCache () const |
| The global object we are a restriction of. More...
|
|