Grid volume variables class for staggered models. Specialization in case of storing the volume variables.
#include <dumux/discretization/staggered/freeflow/gridvolumevariables.hh>
|
using | Problem = typename Traits::Problem |
| export the problem type
|
|
using | Indices = typename Traits::VolumeVariables::Indices |
| export the type of the indices
|
|
using | VolumeVariables = typename Traits::VolumeVariables |
| export the type of the VolumeVariables
|
|
using | LocalView = typename Traits::template LocalView< ThisType, cachingEnabled > |
| export the type of the local view
|
|
|
static constexpr bool | cachingEnabled = true |
| make it possible to query if caching is enabled
|
|
◆ Indices
◆ LocalView
◆ Problem
◆ VolumeVariables
◆ StaggeredGridVolumeVariables()
◆ getBoundaryPriVars()
template<class Traits >
template<class... Args>
Returns the primary variables used for the boundary volVars and checks for admissible combinations for boundary conditions.
◆ 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
The documentation for this class was generated from the following file: