specialization in case of storing the volume variables
#include <dumux/discretization/facecentered/staggered/gridvolumevariables.hh>
Public Types | |
| using | Problem = typename Traits::Problem |
| export the problem type | |
| using | VolumeVariables = typename Traits::VolumeVariables |
| export the volume variables type | |
| using | LocalView = typename Traits::template LocalView<ThisType, cachingEnabled> |
| export the type of the local view | |
Public Member Functions | |
| FaceCenteredStaggeredGridVolumeVariables (const Problem &problem) | |
| template<class GridGeometry, class SolutionVector> | |
| void | update (const GridGeometry &gridGeometry, const SolutionVector &sol) |
| 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 VolumeVariables & | volVars (const std::size_t scvIdx, const std::size_t localIdx) const |
| VolumeVariables & | volVars (const std::size_t scvIdx, const std::size_t localIdx) |
| const Problem & | problem () const |
| The problem we are solving. | |
Static Public Attributes | |
| static constexpr bool | cachingEnabled = true |
| make it possible to query if caching is enabled | |
| using Dumux::FaceCenteredStaggeredGridVolumeVariables< Traits, true >::LocalView = typename Traits::template LocalView<ThisType, cachingEnabled> |
| using Dumux::FaceCenteredStaggeredGridVolumeVariables< Traits, true >::Problem = typename Traits::Problem |
| using Dumux::FaceCenteredStaggeredGridVolumeVariables< Traits, true >::VolumeVariables = typename Traits::VolumeVariables |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
staticconstexpr |