template<class GFVC>
class Dumux::CCMpfaElementFluxVariablesCache< GFVC, true >
The flux variables caches for an element with caching enabled.
|
| | CCMpfaElementFluxVariablesCache (const GridFluxVariablesCache &global) |
| | The constructor.
|
| 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.
|
| 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> |
| 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.
|
| 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.
|