#include <dumux/discretization/cvfe/gridvolumevariables.hh>
|
| | CVFEGridVolumeVariables (const Problem &problem) |
| |
| template<class GridGeometry , class SolutionVector > |
| void | update (const GridGeometry &gridGeometry, const SolutionVector &sol) |
| |
| template<class SubControlVolume , typename std::enable_if_t<!std::is_integral< SubControlVolume >::value, int > = 0> |
| const VolumeVariables & | volVars (const SubControlVolume &scv) const |
| |
| template<class SubControlVolume , typename std::enable_if_t<!std::is_integral< SubControlVolume >::value, int > = 0> |
| VolumeVariables & | volVars (const SubControlVolume &scv) |
| |
| const VolumeVariables & | volVars (const std::size_t eIdx, const std::size_t scvIdx) const |
| |
| VolumeVariables & | volVars (const std::size_t eIdx, const std::size_t scvIdx) |
| |
| const Problem & | problem () const |
| |
◆ LocalView
export the type of the local view
◆ Problem
◆ VolumeVariables
export the volume variables type
◆ CVFEGridVolumeVariables()
◆ problem()
◆ update()
template<class Traits >
template<class GridGeometry , class SolutionVector >
◆ volVars() [1/4]
◆ volVars() [2/4]
◆ volVars() [3/4]
template<class Traits >
template<class SubControlVolume , typename std::enable_if_t<!std::is_integral< SubControlVolume >::value, int > = 0>
◆ volVars() [4/4]
template<class Traits >
template<class SubControlVolume , typename std::enable_if_t<!std::is_integral< SubControlVolume >::value, int > = 0>
◆ cachingEnabled
make it possible to query if caching is enabled
The documentation for this class was generated from the following file: