Searched refs:AppCtx (Results 1 – 12 of 12) sorted by relevance
| /honee/include/ |
| H A D | navierstokes.h | 71 typedef struct AppCtx_private *AppCtx; typedef 162 AppCtx app_ctx; 215 PetscErrorCode BoundaryConditionSetUp(Honee honee, ProblemData problem, AppCtx app_ctx); 247 PetscErrorCode (*print_info)(Honee, ProblemData, AppCtx); 272 PetscErrorCode SetupLibceed(Ceed ceed, DM dm, Honee honee, AppCtx app_ctx, ProblemData problem); 287 PetscErrorCode TSSolve_NS(DM dm, Honee honee, AppCtx app_ctx, Physics phys, ProblemData problem, Ve… 314 PetscErrorCode RegressionTest(AppCtx app_ctx, Vec Q);
|
| /honee/src/ |
| H A D | cloptions.c | 14 static PetscErrorCode RegisterProblems_NS(AppCtx app_ctx) { in RegisterProblems_NS() 73 AppCtx app_ctx = honee->app_ctx; in ProcessCommandLineOptions()
|
| H A D | honee.c | 55 AppCtx app_ctx = honee_->app_ctx; in HoneeDestroy()
|
| H A D | boundary_condition.c | 30 PetscErrorCode BoundaryConditionSetUp(Honee honee, ProblemData problem, AppCtx app_ctx) { in BoundaryConditionSetUp()
|
| H A D | setuplibceed.c | 92 PetscErrorCode SetupLibceed(Ceed ceed, DM dm, Honee honee, AppCtx app_ctx, ProblemData problem) { in SetupLibceed()
|
| H A D | misc.c | 94 PetscErrorCode RegressionTest(AppCtx app_ctx, Vec Q) { in RegressionTest()
|
| H A D | setupts.c | 410 PetscErrorCode TSSolve_NS(DM dm, Honee honee, AppCtx app_ctx, Physics phys, ProblemData problem, Ve… in TSSolve_NS()
|
| /honee/problems/ |
| H A D | shocktube.c | 14 static PetscErrorCode PRINT_SHOCKTUBE(Honee honee, ProblemData problem, AppCtx app_ctx) { in PRINT_SHOCKTUBE()
|
| H A D | eulervortex.c | 14 static PetscErrorCode PRINT_EULER_VORTEX(Honee honee, ProblemData problem, AppCtx app_ctx) { in PRINT_EULER_VORTEX()
|
| H A D | advection.c | 21 static PetscErrorCode PRINT_ADVECTION(Honee honee, ProblemData problem, AppCtx app_ctx) { in PRINT_ADVECTION()
|
| H A D | newtonian.c | 19 static PetscErrorCode PRINT_NEWTONIAN(Honee honee, ProblemData problem, AppCtx app_ctx) { in PRINT_NEWTONIAN()
|
| /honee/examples/ |
| H A D | navierstokes.c | 28 AppCtx app_ctx = honee->app_ctx; in main()
|