TSSetTimeStep#

Allows one to reset the timestep at any time, useful for simple pseudo-timestepping codes.

Synopsis#

#include "petscts.h"  
PetscErrorCode TSSetTimeStep(TS ts, PetscReal time_step)

Logically Collective

Input Parameters#

  • ts - the TS context obtained from TSCreate()

  • time_step - the size of the timestep

See Also#

TS: Scalable ODE and DAE Solvers, TS, TSPSEUDO, TSGetTimeStep(), TSSetTime()

Level#

intermediate

Location#

src/ts/interface/ts.c

Examples#

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


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