Flux variables cache class for staggered models. Specialization in case of not storing the flux cache. More...
#include <dumux/discretization/staggered/gridfluxvariablescache.hh>
Flux variables cache class for staggered models. Specialization in case of not storing the flux cache.
Public Types | |
using | Traits = TheTraits |
the flux var cache traits More... | |
using | FluxVariablesCache = typename Traits::FluxVariablesCache |
export the flux variable cache type More... | |
using | Scalar = typename FluxVariablesCache::Scalar |
the scalar type More... | |
using | LocalView = typename Traits::template LocalView< ThisType, cachingEnabled > |
export the type of the local view More... | |
using | UpwindScheme = StaggeredUpwindMethods< Scalar, upwindSchemeOrder > |
export upwind scheme More... | |
Public Member Functions | |
StaggeredGridFluxVariablesCache (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 |
const UpwindScheme & | staggeredUpwindMethods () const |
Return the UpwindingMethods. More... | |
Static Public Attributes | |
static constexpr bool | cachingEnabled = false |
make it possible to query if caching is enabled More... | |
using Dumux::StaggeredGridFluxVariablesCache< P, FVC, FVCF, false, upwindSchemeOrder, TheTraits >::FluxVariablesCache = typename Traits::FluxVariablesCache |
export the flux variable cache type
using Dumux::StaggeredGridFluxVariablesCache< P, FVC, FVCF, false, upwindSchemeOrder, TheTraits >::LocalView = typename Traits::template LocalView<ThisType, cachingEnabled> |
export the type of the local view
using Dumux::StaggeredGridFluxVariablesCache< P, FVC, FVCF, false, upwindSchemeOrder, TheTraits >::Scalar = typename FluxVariablesCache::Scalar |
the scalar type
using Dumux::StaggeredGridFluxVariablesCache< P, FVC, FVCF, false, upwindSchemeOrder, TheTraits >::Traits = TheTraits |
the flux var cache traits
using Dumux::StaggeredGridFluxVariablesCache< P, FVC, FVCF, false, upwindSchemeOrder, TheTraits >::UpwindScheme = StaggeredUpwindMethods<Scalar, upwindSchemeOrder> |
export upwind scheme
|
inline |
|
inline |
|
inline |
Return the UpwindingMethods.
|
inline |
|
staticconstexpr |
make it possible to query if caching is enabled