Home
last modified time | relevance | path

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

/libCEED/examples/fluids/
H A Dnavierstokes.h413 PetscErrorCode FreestreamBCSetup(ProblemData problem, DM dm, void *ctx, NewtonianIdealGasContext ne…
/libCEED/examples/fluids/problems/
H A Dbc_freestream.c23 PetscErrorCode FreestreamBCSetup(ProblemData problem, DM dm, void *ctx, NewtonianIdealGasContext ne… in FreestreamBCSetup() function
H A Dnewtonian.c468 …if (bc->num_freestream > 0) PetscCall(FreestreamBCSetup(problem, dm, ctx, newtonian_ig_ctx, &refer… in NS_NEWTONIAN_IG()