Searched refs:NS_NEWTONIAN_IG (Results 1 – 8 of 8) sorted by relevance
| /libCEED/examples/fluids/problems/ |
| H A D | taylorgreen.c | 17 PetscCall(NS_NEWTONIAN_IG(problem, dm, ctx, bc)); in NS_TAYLOR_GREEN()
|
| H A D | gaussianwave.c | 29 PetscCall(NS_NEWTONIAN_IG(problem, dm, ctx, bc)); in NS_GAUSSIAN_WAVE()
|
| H A D | densitycurrent.c | 27 PetscCall(NS_NEWTONIAN_IG(problem, dm, ctx, bc)); in NS_DENSITY_CURRENT()
|
| H A D | channel.c | 27 PetscCall(NS_NEWTONIAN_IG(problem, dm, ctx, bc)); in NS_CHANNEL()
|
| H A D | blasius.c | 251 PetscCall(NS_NEWTONIAN_IG(problem, dm, ctx, bc)); in NS_BLASIUS()
|
| H A D | newtonian.c | 213 PetscErrorCode NS_NEWTONIAN_IG(ProblemData problem, DM dm, void *ctx, SimpleBC bc) { in NS_NEWTONIAN_IG() function
|
| /libCEED/examples/fluids/src/ |
| H A D | cloptions.c | 28 PetscCall(PetscFunctionListAdd(&app_ctx->problems, "newtonian", NS_NEWTONIAN_IG)); in RegisterProblems_NS()
|
| /libCEED/examples/fluids/ |
| H A D | navierstokes.h | 254 extern PetscErrorCode NS_NEWTONIAN_IG(ProblemData problem, DM dm, void *ctx, SimpleBC bc);
|