Home
last modified time | relevance | path

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

/libCEED/examples/fluids/problems/
H A Dtaylorgreen.c17 PetscCall(NS_NEWTONIAN_IG(problem, dm, ctx, bc)); in NS_TAYLOR_GREEN()
H A Dgaussianwave.c29 PetscCall(NS_NEWTONIAN_IG(problem, dm, ctx, bc)); in NS_GAUSSIAN_WAVE()
H A Ddensitycurrent.c27 PetscCall(NS_NEWTONIAN_IG(problem, dm, ctx, bc)); in NS_DENSITY_CURRENT()
H A Dchannel.c27 PetscCall(NS_NEWTONIAN_IG(problem, dm, ctx, bc)); in NS_CHANNEL()
H A Dblasius.c251 PetscCall(NS_NEWTONIAN_IG(problem, dm, ctx, bc)); in NS_BLASIUS()
H A Dnewtonian.c213 PetscErrorCode NS_NEWTONIAN_IG(ProblemData problem, DM dm, void *ctx, SimpleBC bc) { in NS_NEWTONIAN_IG() function
/libCEED/examples/fluids/src/
H A Dcloptions.c28 PetscCall(PetscFunctionListAdd(&app_ctx->problems, "newtonian", NS_NEWTONIAN_IG)); in RegisterProblems_NS()
/libCEED/examples/fluids/
H A Dnavierstokes.h254 extern PetscErrorCode NS_NEWTONIAN_IG(ProblemData problem, DM dm, void *ctx, SimpleBC bc);