| /petsc/src/ts/tutorials/ |
| H A D | ex19.c | 64 PetscReal next_output; member 140 while (user->next_output <= t && user->next_output <= tfinal) { in Monitor() 142 PetscCall(TSInterpolate(ts, user->next_output, interpolatedX)); in Monitor() 144 …PetscInt_FMT " TS %.6f (dt = %.6f) X % 12.6e % 12.6e\n", (double)user->next_output, step, (double)… in Monitor() 147 user->next_output += PetscRealConstant(0.1); in Monitor() 178 user.next_output = 0.0; in main()
|
| H A D | ex20.c | 25 PetscReal next_output; member 102 while (user->next_output <= t && user->next_output <= tfinal) { in Monitor() 104 PetscCall(TSInterpolate(ts, user->next_output, interpolatedX)); in Monitor() 106 …PetscInt_FMT " TS %.6f (dt = %.6f) X % 12.6e % 12.6e\n", (double)user->next_output, step, (double)… in Monitor() 109 user->next_output += 0.1; in Monitor() 137 user.next_output = 0.0; in main()
|
| H A D | ex16.c | 73 PetscReal next_output; member 167 while (user->next_output <= t && user->next_output <= tfinal) { in Monitor() 169 PetscCall(TSInterpolate(ts, user->next_output, interpolatedX)); in Monitor() 171 …PetscInt_FMT " TS %.6f (dt = %.6f) X % 12.6e % 12.6e\n", (double)user->next_output, step, (double)… in Monitor() 175 user->next_output += 0.1; in Monitor() 207 user.next_output = 0.0; in main()
|
| H A D | ex20fwd.c | 21 PetscReal next_output; member 110 while (user->next_output <= t && user->next_output <= tfinal) { in Monitor() 112 PetscCall(TSInterpolate(ts, user->next_output, interpolatedX)); in Monitor() 114 …PetscInt_FMT " TS %.6f (dt = %.6f) X % 12.6e % 12.6e\n", (double)user->next_output, step, (double)… in Monitor() 117 user->next_output += 0.1; in Monitor() 143 user.next_output = 0.0; in main()
|
| H A D | ex20adj.c | 56 PetscReal next_output; member 225 while (user->next_output <= t && user->next_output <= tfinal) { in Monitor() 227 PetscCall(TSInterpolate(ts, user->next_output, interpolatedU)); in Monitor() 229 …RLD, "[%g] %" PetscInt_FMT " TS %g (dt = %g) X %g %g\n", (double)user->next_output, step, (double)… in Monitor() 232 user->next_output += 0.1; in Monitor() 256 user.next_output = 0.0; in main()
|
| H A D | ex16fwd.c | 51 PetscReal next_output; member 129 …PetscInt_FMT " TS %.6f (dt = %.6f) X % 12.6e % 12.6e\n", (double)user->next_output, step, (double)… in Monitor() 161 user.next_output = 0.0; in main()
|
| H A D | ex49.c | 25 PetscReal next_output; member 93 user.next_output = 0.0; in main()
|
| H A D | ex20opt_ic.c | 18 PetscReal next_output; member 163 while (user->next_output <= t && user->next_output <= tfinal) { in Monitor() 165 PetscCall(TSInterpolate(ts, user->next_output, interpolatedU)); in Monitor() 167 …RLD, "[%g] %" PetscInt_FMT " TS %g (dt = %g) X %g %g\n", (double)user->next_output, step, (double)… in Monitor() 170 user->next_output += 0.1; in Monitor() 414 user.next_output = 0.0; in main()
|
| H A D | ex20opt_p.c | 19 PetscReal next_output; member 351 while (user->next_output <= t && user->next_output <= tfinal) { in Monitor() 353 PetscCall(TSInterpolate(ts, user->next_output, interpolatedX)); in Monitor() 355 …RLD, "[%g] %" PetscInt_FMT " TS %g (dt = %g) X %g %g\n", (double)user->next_output, step, (double)… in Monitor() 358 user->next_output += PetscRealConstant(0.1); in Monitor() 390 user.next_output = 0.0; in main()
|
| /petsc/src/ts/tutorials/autodiff/ |
| H A D | ex16adj.cxx | 23 PetscReal next_output; member 160 …PetscInt_FMT " TS %.6f (dt = %.6f) X % 12.6e % 12.6e\n", (double)user->next_output, step, (double)… in Monitor() 194 user.next_output = 0.0; in main()
|
| H A D | ex16adj_tl.cxx | 27 PetscReal next_output; member 180 …PetscInt_FMT " TS %.6f (dt = %.6f) X % 12.6e % 12.6e\n", (double)user->next_output, step, (double)… in Monitor() 214 user.next_output = 0.0; in main()
|
| H A D | ex16opt_ic.cxx | 23 PetscReal next_output; member 117 …PetscInt_FMT " TS %.6f (dt = %.6f) X % 12.6e % 12.6e\n", (double)user->next_output, step, (double)… in Monitor() 149 user.next_output = 0.0; in main()
|