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/ex74.c
src/ts/utils/dmplexlandau/tutorials/ex1.c
src/ts/tutorials/ex5.c
src/ts/tutorials/ex50.c
src/tao/unconstrained/tutorials/burgers_spectral.c
src/ts/tutorials/ex11_sa.c
src/ts/tutorials/ex52.c
src/tao/unconstrained/tutorials/spectraladjointassimilation.c
src/ts/tutorials/ex22.c
src/ts/tutorials/ex45.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages