template<class GFVC>
class Dumux::CCMpfaElementFluxVariablesCache< GFVC, true >
The flux variables caches for an element with caching enabled.
|
| CCMpfaElementFluxVariablesCache (const GridFluxVariablesCache &global) |
| The constructor. More...
|
|
template<class FVElementGeometry , class ElementVolumeVariables > |
void | bindElement (const typename FVElementGeometry::GridGeometry::GridView::template Codim< 0 >::Entity &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars) |
| Bind the flux var caches for scvfs inside the element only. 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) |
| Bind the flux var caches for an individual scvf. 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...
|
|
template<class SubControlVolumeFace > |
const PrimaryInteractionVolume & | primaryInteractionVolume (const SubControlVolumeFace &scvf) const |
| access to the interaction volume an scvf is embedded in More...
|
|
template<class SubControlVolumeFace > |
const PrimaryIvDataHandle & | primaryDataHandle (const SubControlVolumeFace &scvf) const |
| access to the data handle of an interaction volume an scvf is embedded in More...
|
|
template<class SubControlVolumeFace > |
const SecondaryInteractionVolume & | secondaryInteractionVolume (const SubControlVolumeFace &scvf) const |
| access to the interaction volume an scvf is embedded in More...
|
|
template<class SubControlVolumeFace > |
const SecondaryIvDataHandle & | secondaryDataHandle (const SubControlVolumeFace &scvf) const |
| access to the data handle of an interaction volume an scvf is embedded in More...
|
|
const GridFluxVariablesCache & | gridFluxVarsCache () const |
| The global object we are a restriction of. More...
|
|