TSSetMaxTime#

Sets the maximum (or final) time for timestepping.

Synopsis#

#include "petscts.h"  
PetscErrorCode TSSetMaxTime(TS ts, PetscReal maxtime)

Logically Collective

Input Parameters#

  • ts - the TS context obtained from TSCreate()

  • maxtime - final time to step to

Options Database Key#

  • -ts_max_time - Sets maxtime

Notes#

The default maximum time is 5.0

See Also#

TS: Scalable ODE and DAE Solvers, TS, TSGetMaxTime(), TSSetMaxSteps(), TSSetExactFinalTime()

Level#

intermediate

Location#

src/ts/interface/ts.c

Examples#

src/ts/tutorials/ex21.c
src/ts/tutorials/ex19.c
src/ts/tutorials/ex5.c
src/ts/tutorials/ex44.c
src/ts/utils/dmplexlandau/tutorials/ex1.c
src/ts/tutorials/ex17.c
src/ts/tutorials/ex3.c
src/tao/unconstrained/tutorials/burgers_spectral.c
src/ts/tutorials/extchemfield.c
src/tao/unconstrained/tutorials/spectraladjointassimilation.c


Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages