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/ex26.c
src/ts/tutorials/ex36.c
src/ts/tutorials/extchemfield.c
src/ts/tutorials/ex20fwd.c
src/ts/tutorials/ex77.c
src/ts/tutorials/ex32.c
src/ts/tutorials/ex48.c
src/ts/tutorials/ex51.c
src/ts/utils/dmplexlandau/tutorials/ex1.c
src/ts/tutorials/ex52.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages