template<class P, class FVC, class FVCF, class TheTraits>
class Dumux::CCTpfaGridFluxVariablesCache< P, FVC, FVCF, true, TheTraits >
- Note
- The flux caches of the gridview are stored which is memory intensive but faster
|
| | CCTpfaGridFluxVariablesCache (const Problem &problem) |
| template<class GridGeometry, class GridVolumeVariables, class SolutionVector> |
| void | update (const GridGeometry &gridGeometry, const GridVolumeVariables &gridVolVars, const SolutionVector &sol, bool forceUpdate=false) |
| 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 |
| template<class SubControlVolumeFace> |
| FluxVariablesCache & | operator[] (const SubControlVolumeFace &scvf) |
| const Problem & | problem () const |