Grid volume variables class for staggered models. Specialization in case of not storing the volume variables.
#include <dumux/discretization/staggered/freeflow/gridvolumevariables.hh>
Public Types | |
| using | Problem = typename Traits::Problem |
| export the problem type | |
| 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 | |
Public Member Functions | |
| StaggeredGridVolumeVariables (const Problem &problem) | |
| template<class GridGeometry, class SolutionVector> | |
| void | update (const GridGeometry &gridGeometry, const SolutionVector &sol) |
| const Problem & | problem () const |
| template<class... Args> | |
| PrimaryVariables | getBoundaryPriVars (Args &&... args) const |
Static Public Attributes | |
| static constexpr bool | cachingEnabled = false |
| make it possible to query if caching is enabled | |
| using Dumux::StaggeredGridVolumeVariables< Traits, false >::LocalView = typename Traits::template LocalView<ThisType, cachingEnabled> |
| using Dumux::StaggeredGridVolumeVariables< Traits, false >::Problem = typename Traits::Problem |
| using Dumux::StaggeredGridVolumeVariables< Traits, false >::VolumeVariables = typename Traits::VolumeVariables |
|
inline |
|
inline |
Returns the primary variables used for the boundary volVars and checks for admissible combinations for boundary conditions.
|
inline |
|
inline |
|
staticconstexpr |