template<class GFVC>
class Dumux::CCMpfaElementFluxVariablesCache< GFVC, false >
The flux variables caches for an element with caching disabled.
|
| CCMpfaElementFluxVariablesCache (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) & |
| Prepares the transmissibilities of the scv faces in an element. More...
|
|
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); More...
|
|
template<class FVElementGeometry , class ElementVolumeVariables > |
void | bind (const typename FVElementGeometry::GridGeometry::GridView::template Codim< 0 >::Entity &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars) & |
| Prepares the transmissibilities of the scv faces in the stencil of an element. More...
|
|
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); 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) & |
| Prepares the transmissibilities of a single scv face. More...
|
|
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); More...
|
|
template<class FVElementGeometry , class ElementVolumeVariables > |
void | update (const typename FVElementGeometry::GridGeometry::GridView::template Codim< 0 >::Entity &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars) |
| Update the transmissibilities if the volume variables have changed. More...
|
|
template<class SubControlVolumeFace , typename std::enable_if_t<!std::is_integral< SubControlVolumeFace >::value, int > = 0> |
const FluxVariablesCache & | operator[] (const SubControlVolumeFace &scvf) const |
| access operators in the case of no caching More...
|
|
const FluxVariablesCache & | operator[] (const std::size_t scvfIdx) const |
| access operators in the case of no caching More...
|
|
template<class SubControlVolumeFace , typename std::enable_if_t<!std::is_integral< SubControlVolumeFace >::value, int > = 0> |
FluxVariablesCache & | operator[] (const SubControlVolumeFace &scvf) |
| access operators in the case of no caching More...
|
|
FluxVariablesCache & | operator[] (const std::size_t scvfIdx) |
| access operators in the case of no 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...
|
|