template<class GFVC, bool cachingEnabled>
class Dumux::CVFEElementFluxVariablesCache< GFVC, cachingEnabled >
The flux variables caches for an element.
- Note
- The class is specialized for a version with and without caching If grid caching is enabled the flux caches are stored for the whole gridview in the corresponding GridFluxVariablesCache which is memory intensive but faster. For caching disabled the flux caches are locally computed for each element whenever needed.