version 3.11-dev
discretization/cvfe/gridfluxvariablescache.hh File Reference

Global flux variable cache. More...

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 = CVFEGridFluxVariablesCacheImpl< Problem, FluxVariablesCache, cachingEnabled, Traits, Detail::ScvfQuadratureRuleOrDefault_t< typename Traits::FluxVariablesCache > >
 Flux variable caches on a gridview. More...
 
Include dependency graph for discretization/cvfe/gridfluxvariablescache.hh: