12#ifndef DUMUX_DISCRETIZATION_CC_TPFA_GRID_VOLUMEVARIABLES_HH 
   13#define DUMUX_DISCRETIZATION_CC_TPFA_GRID_VOLUMEVARIABLES_HH 
   20template<
class P, 
class VV>
 
   26    template<
class Gr
idVolumeVariables, 
bool cachingEnabled>
 
 
   39template<
class Problem,
 
   40         class VolumeVariables,
 
   41         bool cachingEnabled = 
false,
 
   47    using ParentType::ParentType;
 
 
The grid volume variables class for cell centered models.
The local (stencil) volume variables class for cell centered tpfa models.
Base class for the grid volume variables.
Definition cellcentered/gridvolumevariables.hh:34
The local (stencil) volume variables class for cell centered tpfa models.
Definition cellcentered/tpfa/elementvolumevariables.hh:33
Base class for the grid volume variables.
Definition cellcentered/tpfa/gridvolumevariables.hh:44
CCGridVolumeVariables< CCTpfaDefaultGridVolumeVariablesTraits< Problem, VolumeVariables >, cachingEnabled > ParentType
Definition cellcentered/tpfa/gridvolumevariables.hh:46
Definition cellcentered/tpfa/gridvolumevariables.hh:22
VV VolumeVariables
Definition cellcentered/tpfa/gridvolumevariables.hh:24
P Problem
Definition cellcentered/tpfa/gridvolumevariables.hh:23
CCTpfaElementVolumeVariables< GridVolumeVariables, cachingEnabled > LocalView
Definition cellcentered/tpfa/gridvolumevariables.hh:27