Grid volume variables class for staggered models. Specialization in case of not storing the volume variables. More...
#include <dumux/discretization/staggered/freeflow/gridvolumevariables.hh>
Grid volume variables class for staggered models. Specialization in case of not storing the volume variables.
Public Types | |
using | Problem = typename Traits::Problem |
export the problem type 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) |
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 More... | |
using Dumux::StaggeredGridVolumeVariables< Traits, false >::LocalView = typename Traits::template LocalView<ThisType, cachingEnabled> |
export the type of the local view
using Dumux::StaggeredGridVolumeVariables< Traits, false >::Problem = typename Traits::Problem |
export the problem type
using Dumux::StaggeredGridVolumeVariables< Traits, false >::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 |
|
staticconstexpr |
make it possible to query if caching is enabled