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