template<class P, class FVC, class FVCF, class TheTraits>
class Dumux::CCTpfaGridFluxVariablesCache< P, FVC, FVCF, false, TheTraits >
Flux variable caches on a gridview with grid caching disabled.
|
| | 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) |
| | When global flux variables caching is disabled, we don't need to update the cache. More...
|
| |
| template<class FVElementGeometry , class ElementVolumeVariables > |
| void | updateElement (const typename FVElementGeometry::GridGeometry::GridView::template Codim< 0 >::Entity &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars) |
| | When global flux variables caching is disabled, we don't need to update the cache. More...
|
| |
| const Problem & | problem () const |
| |
template<class P , class FVC , class FVCF , class TheTraits >
template<class GridGeometry , class GridVolumeVariables , class SolutionVector >
| void Dumux::CCTpfaGridFluxVariablesCache< P, FVC, FVCF, false, TheTraits >::update |
( |
const GridGeometry & |
gridGeometry, |
|
|
const GridVolumeVariables & |
gridVolVars, |
|
|
const SolutionVector & |
sol, |
|
|
bool |
forceUpdate = false |
|
) |
| |
|
inline |
When global flux variables caching is disabled, we don't need to update the cache.
template<class P , class FVC , class FVCF , class TheTraits >
template<class FVElementGeometry , class ElementVolumeVariables >
| void Dumux::CCTpfaGridFluxVariablesCache< P, FVC, FVCF, false, TheTraits >::updateElement |
( |
const typename FVElementGeometry::GridGeometry::GridView::template Codim< 0 >::Entity & |
element, |
|
|
const FVElementGeometry & |
fvGeometry, |
|
|
const ElementVolumeVariables & |
elemVolVars |
|
) |
| |
|
inline |
When global flux variables caching is disabled, we don't need to update the cache.