Searched refs:phys_ctx (Results 1 – 3 of 3) sorted by relevance
| /honee/examples/ |
| H A D | navierstokes.c | 30 Physics phys_ctx = honee->phys; in main() local 100 PetscCall(SetUpDM(dm, problem, app_ctx->degree, app_ctx->q_extra, phys_ctx)); in main() 103 if (app_ctx->viz_refine) PetscCall(VizRefineDM(dm, honee, problem, phys_ctx)); in main() 159 PetscCall(TSSolve_NS(dm, honee, app_ctx, phys_ctx, problem, Q, &final_time, &ts)); in main()
|
| /honee/src/ |
| H A D | misc.c | 264 PetscErrorCode PrintRunInfo(Honee honee, Physics phys_ctx, ProblemData problem, TS ts) { in PrintRunInfo() argument 310 box_faces_str, vec_type, phys_ctx->implicit ? "implicit" : "explicit")); in PrintRunInfo()
|
| /honee/include/ |
| H A D | navierstokes.h | 267 PetscErrorCode PrintRunInfo(Honee honee, Physics phys_ctx, ProblemData problem, TS ts);
|