24#ifndef DUMUX_DISCRETIZATION_CC_MPFA_GRID_VOLUMEVARIABLES_HH
25#define DUMUX_DISCRETIZATION_CC_MPFA_GRID_VOLUMEVARIABLES_HH
32template<
class P,
class VV>
38 template<
class Gr
idVolumeVariables,
bool cachingEnabled>
51template<
class Problem,
52 class VolumeVariables,
53 bool cachingEnabled =
false,
59 using ParentType::ParentType;
Base class for the grid volume variables.
Definition cellcentered/gridvolumevariables.hh:44
The local (stencil) volume variables class for cell centered mpfa models.
Definition cellcentered/mpfa/elementvolumevariables.hh:192
Definition cellcentered/mpfa/gridvolumevariables.hh:34
P Problem
Definition cellcentered/mpfa/gridvolumevariables.hh:35
CCMpfaElementVolumeVariables< GridVolumeVariables, cachingEnabled > LocalView
Definition cellcentered/mpfa/gridvolumevariables.hh:39
VV VolumeVariables
Definition cellcentered/mpfa/gridvolumevariables.hh:36
Base class for the grid volume variables.
Definition cellcentered/mpfa/gridvolumevariables.hh:56
CCGridVolumeVariables< CCMpfaDefaultGridVolumeVariablesTraits< Problem, VolumeVariables >, cachingEnabled > ParentType
Definition cellcentered/mpfa/gridvolumevariables.hh:58
The local (stencil) volume variables class for cell centered mpfa models.
The grid volume variables class for cell centered models.