Searched refs:NS_NEWTONIAN_IG (Results 1 – 8 of 8) sorted by relevance
| /honee/problems/ |
| H A D | taylorgreen.c | 20 PetscCall(NS_NEWTONIAN_IG(problem, dm, ctx)); in NS_TAYLOR_GREEN()
|
| H A D | gaussianwave.c | 24 PetscCall(NS_NEWTONIAN_IG(problem, dm, ctx)); in NS_GAUSSIAN_WAVE()
|
| H A D | densitycurrent.c | 24 PetscCall(NS_NEWTONIAN_IG(problem, dm, ctx)); in NS_DENSITY_CURRENT()
|
| H A D | channel.c | 48 PetscCall(NS_NEWTONIAN_IG(problem, dm, ctx)); in NS_CHANNEL()
|
| H A D | blasius.c | 142 PetscCall(NS_NEWTONIAN_IG(problem, dm, ctx)); in NS_BLASIUS()
|
| H A D | newtonian.c | 370 PetscErrorCode NS_NEWTONIAN_IG(ProblemData problem, DM dm, void *ctx) { in NS_NEWTONIAN_IG() function
|
| /honee/src/ |
| H A D | cloptions.c | 25 PetscCall(PetscFunctionListAdd(&app_ctx->problems, "newtonian", NS_NEWTONIAN_IG)); in RegisterProblems_NS()
|
| /honee/include/ |
| H A D | navierstokes.h | 261 extern PetscErrorCode NS_NEWTONIAN_IG(ProblemData problem, DM dm, void *ctx);
|