Searched refs:final_time (Results 1 – 4 of 4) sorted by relevance
| /honee/examples/ ! |
| H A D | navierstokes.c | 158 PetscScalar final_time; in main() local 159 PetscCall(TSSolve_NS(dm, honee, app_ctx, phys_ctx, problem, Q, &final_time, &ts)); in main() 164 PetscCall(PostProcess(ts, dm, problem, honee, Q, final_time)); in main()
|
| /honee/src/ ! |
| H A D | misc.c | 125 PetscErrorCode PrintError(DM dm, Honee honee, Vec Q, PetscScalar final_time) { in PrintError() argument 135 PetscCall(ICs_FixMultiplicity(dm, honee, Q_exact_loc, Q_exact, final_time)); in PrintError() 150 …orCode PostProcess(TS ts, DM dm, ProblemData problem, Honee honee, Vec Q, PetscScalar final_time) { in PostProcess() argument 157 PetscCall(PrintError(dm, honee, Q, final_time)); in PostProcess() 165 steps, (double)final_time)); in PostProcess()
|
| H A D | setupts.c | 413 PetscScalar final_time; in TSSolve_NS() local 536 PetscCall(TSGetSolveTime(*ts, &final_time)); in TSSolve_NS() 537 *f_time = final_time; in TSSolve_NS() 546 PetscCall(WriteOutput(honee, Q, step_no, final_time)); in TSSolve_NS()
|
| /honee/include/ ! |
| H A D | navierstokes.h | 315 PetscErrorCode PrintError(DM dm, Honee honee, Vec Q, PetscScalar final_time); 316 …rorCode PostProcess(TS ts, DM dm, ProblemData problem, Honee honee, Vec Q, PetscScalar final_time);
|