Searched refs:problems (Results 1 – 9 of 9) sorted by relevance
| /honee/src/ ! |
| H A D | cloptions.c | 15 app_ctx->problems = NULL; in RegisterProblems_NS() 18 PetscCall(PetscFunctionListAdd(&app_ctx->problems, "density_current", NS_DENSITY_CURRENT)); in RegisterProblems_NS() 19 PetscCall(PetscFunctionListAdd(&app_ctx->problems, "euler_vortex", NS_EULER_VORTEX)); in RegisterProblems_NS() 20 PetscCall(PetscFunctionListAdd(&app_ctx->problems, "shocktube", NS_SHOCKTUBE)); in RegisterProblems_NS() 21 PetscCall(PetscFunctionListAdd(&app_ctx->problems, "advection", NS_ADVECTION)); in RegisterProblems_NS() 22 PetscCall(PetscFunctionListAdd(&app_ctx->problems, "blasius", NS_BLASIUS)); in RegisterProblems_NS() 23 PetscCall(PetscFunctionListAdd(&app_ctx->problems, "channel", NS_CHANNEL)); in RegisterProblems_NS() 24 PetscCall(PetscFunctionListAdd(&app_ctx->problems, "gaussian_wave", NS_GAUSSIAN_WAVE)); in RegisterProblems_NS() 25 PetscCall(PetscFunctionListAdd(&app_ctx->problems, "newtonian", NS_NEWTONIAN_IG)); in RegisterProblems_NS() 26 PetscCall(PetscFunctionListAdd(&app_ctx->problems, "taylor_green", NS_TAYLOR_GREEN)); in RegisterProblems_NS() [all …]
|
| H A D | honee.c | 100 PetscCall(PetscFunctionListDestroy(&app_ctx->problems)); in HoneeDestroy()
|
| /honee/examples/ ! |
| H A D | navierstokes.c | 94 PetscCall(PetscFunctionListFind(app_ctx->problems, app_ctx->problem_name, &p)); in main()
|
| /honee/doc/ ! |
| H A D | runtime_options.md | 216 For problems where solution components can differ by many orders of magnitude, this can help proble… 398 For the Density Current, Channel, and Blasius problems, the following common command-line options a… 400 :::{list-table} Newtonian Ideal Gas problems Runtime Options
|
| H A D | theory.md | 173 …r transport-dominated problems (any time the cell Péclet number is larger than 1), and those tend … 336 Currently, this demo provides three types of problems/physical models that can be selected at run t…
|
| H A D | examples.md | 614 The advection problems can be run in both 2D and 3D, based on the DM defined for the problem.
|
| /honee/include/ ! |
| H A D | navierstokes.h | 96 PetscFunctionList problems; member
|
| /honee/ ! |
| H A D | Makefile | 79 PROBLEMDIR := problems
|
| H A D | Doxyfile | 78 # performance problems for the file system. Adapt CREATE_SUBDIRS_LEVEL to
|