Flux variable caches on a gridview with grid caching disabled.
#include <dumux/discretization/cellcentered/mpfa/gridfluxvariablescache.hh>
|
| | CCMpfaGridFluxVariablesCache (const Problem &problem) |
| | The constructor.
|
| 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.
|
| 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.
|
| const Problem & | problem () const |
|
| static constexpr bool | cachingEnabled = false |
| | make it possible to query if caching is enabled
|
◆ FluxVariablesCache
template<class TheTraits>
◆ LocalView
template<class TheTraits>
◆ PrimaryInteractionVolume
template<class TheTraits>
◆ PrimaryIvDataHandle
template<class TheTraits>
◆ SecondaryInteractionVolume
template<class TheTraits>
◆ SecondaryIvDataHandle
template<class TheTraits>
◆ Traits
template<class TheTraits>
◆ CCMpfaGridFluxVariablesCache()
template<class TheTraits>
◆ problem()
template<class TheTraits>
◆ update()
template<class TheTraits>
template<class GridGeometry, class GridVolumeVariables, class SolutionVector>
| void Dumux::CCMpfaGridFluxVariablesCache< TheTraits, false >::update |
( |
const GridGeometry & | gridGeometry, |
|
|
const GridVolumeVariables & | gridVolVars, |
|
|
const SolutionVector & | sol, |
|
|
bool | forceUpdate = false ) |
|
inline |
◆ updateElement()
template<class TheTraits>
template<class FVElementGeometry, class ElementVolumeVariables>
| void Dumux::CCMpfaGridFluxVariablesCache< TheTraits, false >::updateElement |
( |
const typename FVElementGeometry::GridGeometry::GridView::template Codim< 0 >::Entity & | element, |
|
|
const FVElementGeometry & | fvGeometry, |
|
|
const ElementVolumeVariables & | elemVolVars ) |
|
inline |
◆ cachingEnabled
template<class TheTraits>
The documentation for this class was generated from the following file: