Home
last modified time | relevance | path

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

/libCEED/examples/fluids/problems/
H A Dstg_shur14.c22 StgShur14Context global_stg_ctx; variable
247 PetscCall(PetscCalloc1(1, &global_stg_ctx)); in SetupStg()
248 global_stg_ctx->alpha = alpha; in SetupStg()
249 global_stg_ctx->u0 = u0; in SetupStg()
250 global_stg_ctx->is_implicit = user->phys->implicit; in SetupStg()
251 global_stg_ctx->prescribe_T = prescribe_T; in SetupStg()
252 global_stg_ctx->mean_only = mean_only; in SetupStg()
253 global_stg_ctx->use_fluctuating_IC = use_fluctuating_IC; in SetupStg()
254 global_stg_ctx->theta0 = theta0; in SetupStg()
255 global_stg_ctx->P0 = P0; in SetupStg()
[all …]