TSGetMaxTime#
Gets the maximum (or final) time for timestepping.
Synopsis#
#include "petscts.h"
PetscErrorCode TSGetMaxTime(TS ts, PetscReal *maxtime)
Not Collective
Input Parameter#
Output Parameter#
maxtime - final time to step to
See Also#
TS: Scalable ODE and DAE Solvers, TS
, TSSetMaxTime()
, TSGetMaxSteps()
, TSSetMaxSteps()
Level#
advanced
Location#
Examples#
src/ts/tutorials/ex20opt_p.c
src/ts/tutorials/ex20adj.c
src/ts/tutorials/ex20fwd.c
src/ts/tutorials/ex20opt_ic.c
src/ts/tutorials/ex19.c
src/ts/tutorials/ex16fwd.c
src/ts/tutorials/ex16.c
src/ts/tutorials/ex20.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages