Global flux variable cache.
More...
Go to the source code of this file.
|
| struct | Dumux::CVFEDefaultGridFVCTraits< P, FVC > |
| | Flux variable caches traits. More...
|
| |
| class | Dumux::CVFEGridFluxVariablesCacheImpl< P, FVC, true, Traits, QuadratureRules::MidpointQuadrature > |
| | Flux variable caches on a gridview with grid caching enabled (MidpointQuadrature specialization) More...
|
| |
| class | Dumux::CVFEGridFluxVariablesCacheImpl< P, FVC, true, Traits, ScvfQR > |
| | Flux variable caches on a gridview with grid caching enabled (general quadrature specialization) More...
|
| |
| class | Dumux::CVFEGridFluxVariablesCacheImpl< P, FVC, false, Traits, ScvfQR > |
| | Flux variable caches on a gridview with grid caching disabled. More...
|
| |
|
| template<class Problem , class FluxVariablesCache , bool cachingEnabled = false, class Traits = CVFEDefaultGridFVCTraits<Problem, FluxVariablesCache>> |
| using | Dumux::CVFEGridFluxVariablesCache = CVFEGridFluxVariablesCacheImpl< Problem, FluxVariablesCache, cachingEnabled, Traits, Detail::ScvfQuadratureRuleOrDefault_t< typename Traits::FluxVariablesCache > > |
| | Flux variable caches on a gridview. More...
|
| |