3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Public Types | List of all members
Dumux::CCMpfaGridVolumeVariables< Problem, VolumeVariables, cachingEnabled, Traits > Class Template Reference

Base class for the grid volume variables. More...

#include <dumux/discretization/cellcentered/mpfa/gridvolumevariables.hh>

Inheritance diagram for Dumux::CCMpfaGridVolumeVariables< Problem, VolumeVariables, cachingEnabled, Traits >:
Inheritance graph

Description

template<class Problem, class VolumeVariables, bool cachingEnabled = false, class Traits = CCMpfaDefaultGridVolumeVariablesTraits<Problem, VolumeVariables>>
class Dumux::CCMpfaGridVolumeVariables< Problem, VolumeVariables, cachingEnabled, Traits >

Base class for the grid volume variables.

Note
This class has a cached version and a non-cached version
Template Parameters
Problemthe type of problem we are solving
VolumeVariablesthe type of volume variables we are using for the model
Traitsthe traits class injecting the problem, volVar and elemVolVars type
cachingEnabledif the cache is enabled

Public Types

using ParentType = CCGridVolumeVariables< Traits, cachingEnabled >
 

Member Typedef Documentation

◆ ParentType

template<class Problem , class VolumeVariables , bool cachingEnabled = false, class Traits = CCMpfaDefaultGridVolumeVariablesTraits<Problem, VolumeVariables>>
using Dumux::CCMpfaGridVolumeVariables< Problem, VolumeVariables, cachingEnabled, Traits >::ParentType = CCGridVolumeVariables<Traits, cachingEnabled>

The documentation for this class was generated from the following file: