template<class Problem, class VolumeVariables, bool cachingEnabled = false, class Traits = CCMpfaDefaultGridVolumeVariablesTraits<Problem, VolumeVariables>>
class Dumux::CCMpfaGridVolumeVariables< Problem, VolumeVariables, cachingEnabled, Traits >
- Note
- This class has a cached version and a non-cached version
- Template Parameters
-
Problem | the type of problem we are solving |
VolumeVariables | the type of volume variables we are using for the model |
Traits | the traits class injecting the problem, volVar and elemVolVars type |
cachingEnabled | if the cache is enabled |