Home
last modified time | relevance | path

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

/libCEED/examples/fluids/ !
H A Dnavierstokes.h414 PetscErrorCode OutflowBCSetup(ProblemData problem, DM dm, void *ctx, NewtonianIdealGasContext newto…
/libCEED/examples/fluids/problems/ !
H A Dbc_freestream.c133 PetscErrorCode OutflowBCSetup(ProblemData problem, DM dm, void *ctx, NewtonianIdealGasContext newto… in OutflowBCSetup() function
H A Dnewtonian.c469 …if (bc->num_outflow > 0) PetscCall(OutflowBCSetup(problem, dm, ctx, newtonian_ig_ctx, &reference)); in NS_NEWTONIAN_IG()