Home
last modified time | relevance | path

Searched refs:next_output (Results 1 – 12 of 12) sorted by relevance

/petsc/src/ts/tutorials/
H A Dex19.c64 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 Dex20.c25 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 Dex16.c73 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 Dex20fwd.c21 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 Dex20adj.c56 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 Dex16fwd.c51 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 Dex49.c25 PetscReal next_output; member
93 user.next_output = 0.0; in main()
H A Dex20opt_ic.c18 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 Dex20opt_p.c19 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 Dex16adj.cxx23 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 Dex16adj_tl.cxx27 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 Dex16opt_ic.cxx23 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()