Searched refs:global_stg_ctx (Results 1 – 1 of 1) sorted by relevance
| /honee/problems/ |
| H A D | stg_shur14.c | 18 StgShur14Context global_stg_ctx; variable 265 PetscCall(PetscNew(&global_stg_ctx)); in SetupStg() 266 *global_stg_ctx = (struct STGShur14Context_){ in SetupStg() 285 global_stg_ctx->dx = given_stg_dx ? stg_dx : domain_size[0] / faces[0]; in SetupStg() 286 …PetscCheck((global_stg_ctx->dx > 0) && PetscIsNormalReal((PetscReal)global_stg_ctx->dx), comm, PET… in SetupStg() 287 "STG dx must be positive normal number, got %g", global_stg_ctx->dx); in SetupStg() 291 global_stg_ctx->newt_ctx = *newtonian_ig_ctx; in SetupStg() 294 PetscCall(GetStgContextData(comm, dm, stg_inflow_path, stg_rand_path, &global_stg_ctx)); in SetupStg() 297 …extSetData(stg_qfctx, CEED_MEM_HOST, CEED_USE_POINTER, global_stg_ctx->total_bytes, global_stg_ctx… in SetupStg()
|