Specialization when the current volume variables are not stored globally.
#include <dumux/discretization/cellcentered/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 | |
| CCGridVolumeVariables (const Problem &problem) | |
| template<class GridGeometry, class SolutionVector> | |
| void | update (const GridGeometry &gridGeometry, const SolutionVector &sol) |
| const Problem & | problem () const |
| The problem we are solving. | |
Static Public Attributes | |
| static constexpr bool | cachingEnabled = false |
| make it possible to query if caching is enabled | |
| using Dumux::CCGridVolumeVariables< Traits, false >::LocalView = typename Traits::template LocalView<ThisType, cachingEnabled> |
| using Dumux::CCGridVolumeVariables< Traits, false >::Problem = typename Traits::Problem |
| using Dumux::CCGridVolumeVariables< Traits, false >::VolumeVariables = typename Traits::VolumeVariables |
|
inline |
|
inline |
|
inline |
|
staticconstexpr |