TSSetMaxTime#
Sets the maximum (or final) time for timestepping.
Synopsis#
#include "petscts.h"
PetscErrorCode TSSetMaxTime(TS ts, PetscReal maxtime)
Logically Collective
Input Parameters#
Options Database Key#
-ts_max_time
- Sets maxtime
Notes#
Use PETSC_DETERMINE
to reset the maximum time to the default from when the object’s type was set
The default maximum time is 5.0
Fortran Note#
Use PETSC_DETERMINE_REAL
See Also#
TS: Scalable ODE and DAE Solvers, TS
, TSGetMaxTime()
, TSSetMaxSteps()
, TSSetExactFinalTime()
Level#
intermediate
Location#
Examples#
src/ts/tutorials/ex16.c
src/ts/tutorials/ex23fwdadj.c
src/tao/unconstrained/tutorials/spectraladjointassimilation.c
src/tao/unconstrained/tutorials/burgers_spectral.c
src/ts/tutorials/ex42.c
src/ts/tutorials/ex20adj.c
src/ts/tutorials/ex19.c
src/ts/tutorials/ex16fwd.c
src/ts/tutorials/ex1.c
src/ts/tutorials/ex34.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages