12#ifndef DUMUX_DISCRETIZATION_CC_MPFA_GRID_VOLUMEVARIABLES_HH 
   13#define DUMUX_DISCRETIZATION_CC_MPFA_GRID_VOLUMEVARIABLES_HH 
   24template<
class P, 
class VV>
 
   30    template<
class Gr
idVolumeVariables, 
bool cachingEnabled>
 
 
   43template<
class Problem,
 
   44         class VolumeVariables,
 
   45         bool cachingEnabled = 
false,
 
   51    using ParentType::ParentType;
 
 
The grid volume variables class for cell centered models.
The local (stencil) volume variables class for cell centered mpfa models.
Base class for the grid volume variables.
Definition cellcentered/gridvolumevariables.hh:34
The local (stencil) volume variables class for cell centered mpfa models.
Definition cellcentered/mpfa/elementvolumevariables.hh:181
Base class for the grid volume variables.
Definition cellcentered/mpfa/gridvolumevariables.hh:48
CCGridVolumeVariables< CCMpfaDefaultGridVolumeVariablesTraits< Problem, VolumeVariables >, cachingEnabled > ParentType
Definition cellcentered/mpfa/gridvolumevariables.hh:50
Traits for the base class for the grid volume variables.
Definition cellcentered/mpfa/gridvolumevariables.hh:26
P Problem
Definition cellcentered/mpfa/gridvolumevariables.hh:27
CCMpfaElementVolumeVariables< GridVolumeVariables, cachingEnabled > LocalView
Definition cellcentered/mpfa/gridvolumevariables.hh:31
VV VolumeVariables
Definition cellcentered/mpfa/gridvolumevariables.hh:28