| /petsc/src/snes/tutorials/ |
| H A D | ex74fcomd.h | 1 …ime, zero double precision damfac double precision dt, dtmin, dtmax, dtgrow, tfinal, tplot, tcscal, 38 dt, dtmin, dtmax, dtgrow, tfinal, tplot, tcscal, hcscal
|
| /petsc/src/ts/tutorials/ |
| H A D | ex19.c | 132 PetscReal tfinal, dt; in Monitor() local 138 PetscCall(TSGetMaxTime(ts, &tfinal)); in Monitor() 140 while (user->next_output <= t && user->next_output <= tfinal) { in Monitor()
|
| H A D | ex20.c | 94 PetscReal tfinal, dt; in Monitor() local 100 PetscCall(TSGetMaxTime(ts, &tfinal)); in Monitor() 102 while (user->next_output <= t && user->next_output <= tfinal) { in Monitor()
|
| H A D | ex16.c | 159 PetscReal tfinal, dt; in Monitor() local 165 PetscCall(TSGetMaxTime(ts, &tfinal)); in Monitor() 167 while (user->next_output <= t && user->next_output <= tfinal) { in Monitor()
|
| H A D | ex20fwd.c | 102 PetscReal tfinal, dt; in Monitor() local 108 PetscCall(TSGetMaxTime(ts, &tfinal)); in Monitor() 110 while (user->next_output <= t && user->next_output <= tfinal) { in Monitor()
|
| H A D | ex16fwd.c | 121 PetscReal tfinal, dt, tprev; in Monitor() local 126 PetscCall(TSGetMaxTime(ts, &tfinal)); in Monitor()
|
| H A D | ex20adj.c | 217 PetscReal tfinal, dt; in Monitor() local 223 PetscCall(TSGetMaxTime(ts, &tfinal)); in Monitor() 225 while (user->next_output <= t && user->next_output <= tfinal) { in Monitor()
|
| H A D | ex31.c | 1171 PetscErrorCode SolveODE(char *ptype, PetscReal dt, PetscReal tfinal, PetscInt maxiter, PetscReal *e… in SolveODE() argument 1199 PetscCall(TSSetMaxTime(ts, tfinal)); in SolveODE() 1242 …tfinal) > 2. * PETSC_MACHINE_EPSILON) PetscCall(PetscPrintf(PETSC_COMM_WORLD, "Note: There is a di… in SolveODE() 1265 PetscReal tfinal = 20.0; /* Final time for the time-integration */ in main() local 1286 …ptionsReal("-final_time", "Final time for the time-integration", "<20.0>", tfinal, &tfinal, NULL)); in main() 1294 …dt %f, final time %f and system size %" PetscInt_FMT ".\n", ptype, (double)dt, (double)tfinal, N)); in main() 1295 PetscCall(SolveODE(&ptype[0], dt, tfinal, maxiter, &error[r], &flag)); in main()
|
| H A D | ex20opt_ic.c | 155 PetscReal tfinal, dt; in Monitor() local 161 PetscCall(TSGetMaxTime(ts, &tfinal)); in Monitor() 163 while (user->next_output <= t && user->next_output <= tfinal) { in Monitor()
|
| H A D | ex20opt_p.c | 343 PetscReal tfinal, dt; in Monitor() local 349 PetscCall(TSGetMaxTime(ts, &tfinal)); in Monitor() 351 while (user->next_output <= t && user->next_output <= tfinal) { in Monitor()
|
| /petsc/src/ts/tutorials/autodiff/ |
| H A D | ex16adj.cxx | 152 PetscReal tfinal, dt, tprev; in Monitor() local 157 PetscCall(TSGetMaxTime(ts, &tfinal)); in Monitor()
|
| H A D | ex16adj_tl.cxx | 172 PetscReal tfinal, dt, tprev; in Monitor() local 177 PetscCall(TSGetMaxTime(ts, &tfinal)); in Monitor()
|
| H A D | ex16opt_ic.cxx | 109 PetscReal tfinal, dt, tprev; in Monitor() local 114 PetscCall(TSGetMaxTime(ts, &tfinal)); in Monitor()
|
| /petsc/src/ts/tests/ |
| H A D | ex4.c | 27 PetscReal tfinal; member 81 ftime_original = data.tfinal = 1.0; in main()
|