Flux variable caches on a gridview with grid caching enabled. More...
#include <dumux/discretization/cellcentered/tpfa/gridfluxvariablescache.hh>
Flux variable caches on a gridview with grid caching enabled.
Public Types | |
using | Traits = TheTraits |
the flux variables cache traits More... | |
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 | |
CCTpfaGridFluxVariablesCache (const Problem &problem) | |
template<class GridGeometry , class GridVolumeVariables , class SolutionVector > | |
void | update (const GridGeometry &gridGeometry, const GridVolumeVariables &gridVolVars, const SolutionVector &sol, bool forceUpdate=false) |
template<class FVElementGeometry , class ElementVolumeVariables > | |
void | updateElement (const typename FVElementGeometry::GridGeometry::GridView::template Codim< 0 >::Entity &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars) |
template<class SubControlVolumeFace > | |
const FluxVariablesCache & | operator[] (const SubControlVolumeFace &scvf) const |
template<class SubControlVolumeFace > | |
FluxVariablesCache & | operator[] (const SubControlVolumeFace &scvf) |
const Problem & | problem () const |
Static Public Attributes | |
static constexpr bool | cachingEnabled = true |
make it possible to query if caching is enabled More... | |
using Dumux::CCTpfaGridFluxVariablesCache< P, FVC, FVCF, true, TheTraits >::FluxVariablesCache = typename Traits::FluxVariablesCache |
export the flux variable cache type
using Dumux::CCTpfaGridFluxVariablesCache< P, FVC, FVCF, true, TheTraits >::LocalView = typename Traits::template LocalView<ThisType, cachingEnabled> |
export the type of the local view
using Dumux::CCTpfaGridFluxVariablesCache< P, FVC, FVCF, true, TheTraits >::Traits = TheTraits |
the flux variables cache traits
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
staticconstexpr |
make it possible to query if caching is enabled