template<class TheTraits>
class Dumux::CCMpfaGridFluxVariablesCache< TheTraits, true >
- Note
- The flux caches of the gridview are stored which is memory intensive but faster
|
| | CCMpfaGridFluxVariablesCache (const Problem &problem) |
| | The constructor.
|
| template<class GridGeometry, class GridVolumeVariables, class SolutionVector> |
| void | update (const GridGeometry &gridGeometry, const GridVolumeVariables &gridVolVars, const SolutionVector &sol, bool forceUpdate=false) |
| | When global caching is enabled, precompute transmissibilities for all scv faces.
|
| template<class FVElementGeometry, class ElementVolumeVariables> |
| void | updateElement (const typename FVElementGeometry::GridGeometry::GridView::template Codim< 0 >::Entity &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars) |
| template<class SubControlVolumeFace> |
| const FluxVariablesCache & | operator[] (const SubControlVolumeFace &scvf) const |
| | access operators in the case of caching
|
| template<class SubControlVolumeFace> |
| FluxVariablesCache & | operator[] (const SubControlVolumeFace &scvf) |
| | 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 Problem & | problem () const |