Home
last modified time | relevance | path

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

/libCEED/examples/fluids/problems/
H A Dbc_freestream.c136 OutflowContext outflow_ctx; in OutflowBCSetup() local
207 PetscCall(PetscCalloc1(1, &outflow_ctx)); in OutflowBCSetup()
208 outflow_ctx->gas = *newtonian_ig_ctx; in OutflowBCSetup()
209 outflow_ctx->recirc = recirc; in OutflowBCSetup()
210 outflow_ctx->softplus_velocity = softplus_velocity; in OutflowBCSetup()
211 outflow_ctx->pressure = pressure; in OutflowBCSetup()
212 outflow_ctx->temperature = temperature; in OutflowBCSetup()
215 …ntextSetData(outflow_context, CEED_MEM_HOST, CEED_USE_POINTER, sizeof(*outflow_ctx), outflow_ctx)); in OutflowBCSetup()