template<class Problem, class VolumeVariables, bool cachingEnabled = false, class Traits = CCTpfaDefaultGridVolumeVariablesTraits<Problem, VolumeVariables>>
class Dumux::CCTpfaGridVolumeVariables< 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 |