Flux variable caches on a gridview with grid caching disabled. More...
#include <dumux/discretization/cvfe/gridfluxvariablescache.hh>
Flux variable caches on a gridview with grid caching disabled.
Public Types | |
| using | FluxVariablesCache = typename Traits::FluxVariablesCache |
| export the flux variable cache type More... | |
| using | LocalView = typename Traits::template LocalView< ThisType, cachingEnabled > |
| export the type of the local view More... | |
Public Member Functions | |
| CVFEGridFluxVariablesCache (const Problem &problem) | |
| template<class GridGeometry , class GridVolumeVariables , class SolutionVector > | |
| void | update (const GridGeometry &gridGeometry, const GridVolumeVariables &gridVolVars, const SolutionVector &sol, bool forceUpdate=false) |
| const Problem & | problem () const |
Static Public Attributes | |
| static constexpr bool | cachingEnabled = false |
| make it possible to query if caching is enabled More... | |
| using Dumux::CVFEGridFluxVariablesCache< P, FVC, false, Traits >::FluxVariablesCache = typename Traits::FluxVariablesCache |
export the flux variable cache type
| using Dumux::CVFEGridFluxVariablesCache< P, FVC, false, Traits >::LocalView = typename Traits::template LocalView<ThisType, cachingEnabled> |
export the type of the local view
|
inline |
|
inline |
|
inline |
|
staticconstexpr |
make it possible to query if caching is enabled