Home
last modified time | relevance | path

Searched refs:use_fluctuating_IC (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
256 use_fluctuating_IC, &use_fluctuating_IC, NULL)); in SetupStg()
272 .use_fluctuating_IC = use_fluctuating_IC, in SetupStg()
/honee/qfunctions/
H A Dstg_shur14_type.h26 …bool use_fluctuating_IC; // !< set fluctuations through the domain as… member
H A Dstg_shur14.h309 if (stg_ctx->use_fluctuating_IC) { in ICsStg()