specialization in case of storing the volume variables More...
#include <dumux/discretization/cellcentered/gridvolumevariables.hh>
specialization in case of storing the volume variables
Public Types | |
using | Problem = typename Traits::Problem |
export the problem type More... | |
using | VolumeVariables = typename Traits::VolumeVariables |
export the volume variables type More... | |
using | LocalView = typename Traits::template LocalView< ThisType, cachingEnabled > |
export the type of the local view More... | |
Public Member Functions | |
CCGridVolumeVariables (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. More... | |
Static Public Attributes | |
static constexpr bool | cachingEnabled = true |
make it possible to query if caching is enabled More... | |
using Dumux::CCGridVolumeVariables< Traits, true >::LocalView = typename Traits::template LocalView<ThisType, cachingEnabled> |
export the type of the local view
using Dumux::CCGridVolumeVariables< Traits, true >::Problem = typename Traits::Problem |
export the problem type
using Dumux::CCGridVolumeVariables< Traits, true >::VolumeVariables = typename Traits::VolumeVariables |
export the volume variables type
|
inline |
|
inline |
The problem we are solving.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
staticconstexpr |
make it possible to query if caching is enabled