24#ifndef DUMUX_DISCRETIZATION_CC_MPFA_GRID_VOLUMEVARIABLES_HH
25#define DUMUX_DISCRETIZATION_CC_MPFA_GRID_VOLUMEVARIABLES_HH
36template<
class P,
class VV>
42 template<
class Gr
idVolumeVariables,
bool cachingEnabled>
55template<
class Problem,
56 class VolumeVariables,
57 bool cachingEnabled =
false,
63 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:193
Traits for the base class for the grid volume variables.
Definition cellcentered/mpfa/gridvolumevariables.hh:38
P Problem
Definition cellcentered/mpfa/gridvolumevariables.hh:39
CCMpfaElementVolumeVariables< GridVolumeVariables, cachingEnabled > LocalView
Definition cellcentered/mpfa/gridvolumevariables.hh:43
VV VolumeVariables
Definition cellcentered/mpfa/gridvolumevariables.hh:40
Base class for the grid volume variables.
Definition cellcentered/mpfa/gridvolumevariables.hh:60
CCGridVolumeVariables< CCMpfaDefaultGridVolumeVariablesTraits< Problem, VolumeVariables >, cachingEnabled > ParentType
Definition cellcentered/mpfa/gridvolumevariables.hh:62
The local (stencil) volume variables class for cell centered mpfa models.
The grid volume variables class for cell centered models.