Flux variable caches on a gridview with grid caching disabled. More...
#include <dumux/discretization/cellcentered/mpfa/gridfluxvariablescache.hh>
Flux variable caches on a gridview with grid caching disabled.
Public Types | |
| using | Traits = TheTraits |
| export the Traits More... | |
| using | PrimaryInteractionVolume = typename Traits::PrimaryInteractionVolume |
| export the interaction volume types More... | |
| using | SecondaryInteractionVolume = typename Traits::SecondaryInteractionVolume |
| using | PrimaryIvDataHandle = typename Traits::PrimaryIvDataHandle |
| export the data handle types used More... | |
| using | SecondaryIvDataHandle = typename Traits::SecondaryIvDataHandle |
| 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 | |
| CCMpfaGridFluxVariablesCache (const Problem &problem) | |
| The constructor. More... | |
| template<class GridGeometry , class GridVolumeVariables , class SolutionVector > | |
| void | update (const GridGeometry &gridGeometry, const GridVolumeVariables &gridVolVars, const SolutionVector &sol, bool forceUpdate=false) |
| When global flux variables caching is disabled, we don't need to update the cache. More... | |
| template<class FVElementGeometry , class ElementVolumeVariables > | |
| void | updateElement (const typename FVElementGeometry::GridGeometry::GridView::template Codim< 0 >::Entity &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars) |
| When global flux variables caching is disabled, we don't need to update the cache. More... | |
| const Problem & | problem () const |
Static Public Attributes | |
| static constexpr bool | cachingEnabled = false |
| make it possible to query if caching is enabled More... | |
| using Dumux::CCMpfaGridFluxVariablesCache< TheTraits, false >::FluxVariablesCache = typename Traits::FluxVariablesCache |
export the flux variable cache type
| using Dumux::CCMpfaGridFluxVariablesCache< TheTraits, false >::LocalView = typename Traits::template LocalView<ThisType, cachingEnabled> |
export the type of the local view
| using Dumux::CCMpfaGridFluxVariablesCache< TheTraits, false >::PrimaryInteractionVolume = typename Traits::PrimaryInteractionVolume |
export the interaction volume types
| using Dumux::CCMpfaGridFluxVariablesCache< TheTraits, false >::PrimaryIvDataHandle = typename Traits::PrimaryIvDataHandle |
export the data handle types used
| using Dumux::CCMpfaGridFluxVariablesCache< TheTraits, false >::SecondaryInteractionVolume = typename Traits::SecondaryInteractionVolume |
| using Dumux::CCMpfaGridFluxVariablesCache< TheTraits, false >::SecondaryIvDataHandle = typename Traits::SecondaryIvDataHandle |
| using Dumux::CCMpfaGridFluxVariablesCache< TheTraits, false >::Traits = TheTraits |
export the Traits
|
inline |
The constructor.
|
inline |
|
inline |
When global flux variables caching is disabled, we don't need to update the cache.
|
inline |
When global flux variables caching is disabled, we don't need to update the cache.
|
staticconstexpr |
make it possible to query if caching is enabled