Home
last modified time | relevance | path

Searched refs:mean_only (Results 1 – 3 of 3) sorted by relevance

/honee/problems/
H A Dstg_shur14.c168 const PetscBool need_rand = (!(*stg_ctx)->mean_only) || (*stg_ctx)->use_fluctuating_IC; in GetStgContextData()
242 …PetscBool mean_only = PETSC_FALSE, use_stgstrong = PETSC_FALSE, use_fluctuating_IC … in SetupStg() local
253 …(PetscOptionsBool("-stg_mean_only", "Only apply mean profile", NULL, mean_only, &mean_only, NULL)); in SetupStg()
271 .mean_only = mean_only, in SetupStg()
/honee/qfunctions/
H A Dstg_shur14_type.h22 bool mean_only; // !< Only apply the mean profile member
H A Dstg_shur14.h344 const bool mean_only = stg_ctx->mean_only; in StgShur14Inflow() local
368 if (!mean_only) { in StgShur14Inflow()
483 const bool mean_only = stg_ctx->mean_only; in StgShur14InflowStrongQF() local
497 if (!mean_only) { in StgShur14InflowStrongQF()