24#ifndef DUMUX_DISCRETIZATION_CC_TPFA_GRID_VOLUMEVARIABLES_HH
25#define DUMUX_DISCRETIZATION_CC_TPFA_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 tpfa models.
Definition: cellcentered/tpfa/elementvolumevariables.hh:44
Definition: cellcentered/tpfa/gridvolumevariables.hh:34
VV VolumeVariables
Definition: cellcentered/tpfa/gridvolumevariables.hh:36
P Problem
Definition: cellcentered/tpfa/gridvolumevariables.hh:35
Base class for the grid volume variables.
Definition: cellcentered/tpfa/gridvolumevariables.hh:56
The local (stencil) volume variables class for cell centered tpfa models.
The grid volume variables class for cell centered models.