template<class P, class FVC, class Traits>
class Dumux::CVFEGridFluxVariablesCache< P, FVC, true, Traits >
- Note
- The flux caches of the gridview are stored which is memory intensive but faster
|
| | CVFEGridFluxVariablesCache (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::Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars) |
| const Problem & | problem () const |
| const FluxVariablesCache & | cache (std::size_t eIdx, std::size_t scvfIdx) const |
| FluxVariablesCache & | cache (std::size_t eIdx, std::size_t scvfIdx) |