Home
last modified time | relevance | path

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

/libCEED/examples/fluids/problems/
H A Dstg_shur14.c225 …C_FALSE, use_stgstrong = PETSC_FALSE, use_fluctuating_IC = PETSC_FALSE, given_stg_dx = PETSC_FALSE; in SetupStg() local
240 …sReal("-stg_dx", "Element length in x direction at inflow", NULL, stg_dx, &stg_dx, &given_stg_dx)); in SetupStg()
265 global_stg_ctx->dx = given_stg_dx ? stg_dx : domain_size[0] / faces[0]; in SetupStg()