version 3.10.0
Loading...
Searching...
No Matches
Dumux::FaceCenteredStaggeredGridFluxVariablesCache< P, FVC, FVCF, false, Traits > Class Template Reference

Flux variable caches on a gridview with grid caching disabled.

#include <dumux/discretization/facecentered/staggered/gridfluxvariablescache.hh>

Inheritance diagram for Dumux::FaceCenteredStaggeredGridFluxVariablesCache< P, FVC, FVCF, false, Traits >:

Public Types

using FluxVariablesCache = typename Traits::FluxVariablesCache
 export the flux variable cache type
using LocalView = typename Traits::template LocalView<ThisType, cachingEnabled>
 export the type of the local view

Public Member Functions

 FaceCenteredStaggeredGridFluxVariablesCache (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

Member Typedef Documentation

◆ FluxVariablesCache

template<class P, class FVC, class FVCF, class Traits>
using Dumux::FaceCenteredStaggeredGridFluxVariablesCache< P, FVC, FVCF, false, Traits >::FluxVariablesCache = typename Traits::FluxVariablesCache

◆ LocalView

template<class P, class FVC, class FVCF, class Traits>
using Dumux::FaceCenteredStaggeredGridFluxVariablesCache< P, FVC, FVCF, false, Traits >::LocalView = typename Traits::template LocalView<ThisType, cachingEnabled>

Constructor & Destructor Documentation

◆ FaceCenteredStaggeredGridFluxVariablesCache()

template<class P, class FVC, class FVCF, class Traits>
Dumux::FaceCenteredStaggeredGridFluxVariablesCache< P, FVC, FVCF, false, Traits >::FaceCenteredStaggeredGridFluxVariablesCache ( const Problem & problem)
inline

Member Function Documentation

◆ problem()

template<class P, class FVC, class FVCF, class Traits>
const Problem & Dumux::FaceCenteredStaggeredGridFluxVariablesCache< P, FVC, FVCF, false, Traits >::problem ( ) const
inline

◆ update()

template<class P, class FVC, class FVCF, class Traits>
template<class GridGeometry, class GridVolumeVariables, class SolutionVector>
void Dumux::FaceCenteredStaggeredGridFluxVariablesCache< P, FVC, FVCF, false, Traits >::update ( const GridGeometry & gridGeometry,
const GridVolumeVariables & gridVolVars,
const SolutionVector & sol,
bool forceUpdate = false )
inline

Member Data Documentation

◆ cachingEnabled

template<class P, class FVC, class FVCF, class Traits>
bool Dumux::FaceCenteredStaggeredGridFluxVariablesCache< P, FVC, FVCF, false, Traits >::cachingEnabled = false
staticconstexpr

The documentation for this class was generated from the following file: