#include <dumux/discretization/box/gridvolumevariables.hh>
|
| BoxGridVolumeVariables (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
template<class P , class VV , class Traits >
export the type of the local view
◆ Problem
template<class P , class VV , class Traits >
◆ VolumeVariables
template<class P , class VV , class Traits >
export the volume variables type
◆ BoxGridVolumeVariables()
template<class P , class VV , class Traits >
◆ problem()
template<class P , class VV , class Traits >
◆ update()
template<class P , class VV , class Traits >
template<class GridGeometry , class SolutionVector >
◆ volVars() [1/4]
template<class P , class VV , class Traits >
◆ volVars() [2/4]
template<class P , class VV , class Traits >
◆ volVars() [3/4]
template<class P , class VV , class Traits >
template<class SubControlVolume , typename std::enable_if_t<!std::is_integral< SubControlVolume >::value, int > = 0>
◆ volVars() [4/4]
template<class P , class VV , class Traits >
template<class SubControlVolume , typename std::enable_if_t<!std::is_integral< SubControlVolume >::value, int > = 0>
◆ cachingEnabled
template<class P , class VV , class Traits >
make it possible to query if caching is enabled
The documentation for this class was generated from the following file: