version 3.11-dev
Loading...
Searching...
No Matches

Global flux variable cache.

Go to the source code of this file.

Classes

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...

Namespaces

namespace  Dumux

Typedefs

template<class Problem, class FluxVariablesCache, bool cachingEnabled = false, class Traits = CVFEDefaultGridFVCTraits<Problem, FluxVariablesCache>>
using Dumux::CVFEGridFluxVariablesCache
 Flux variable caches on a gridview.