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/utils/dmplexlandau/tutorials/ex1.c
src/ts/tutorials/ex22.c
src/ts/tutorials/ex11_sa.c
src/tao/unconstrained/tutorials/burgers_spectral.c
src/ts/tutorials/ex52.c
src/tao/unconstrained/tutorials/spectraladjointassimilation.c
src/ts/tutorials/ex50.c
src/ts/tutorials/ex74.c
src/ts/tutorials/ex5.c
src/ts/tutorials/ex45.c


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