TSGetStepNumber#

Gets the number of time steps completed.

Synopsis#

#include "petscts.h"  
PetscErrorCode TSGetStepNumber(TS ts, PetscInt *steps)

Not Collective

Input Parameter#

Output Parameter#

  • steps - number of steps completed so far

See Also#

TS: Scalable ODE and DAE Solvers, TS, TSGetTime(), TSGetTimeStep(), TSSetPreStep(), TSSetPreStage(), TSSetPostStage(), TSSetPostStep()

Level#

intermediate

Location#

src/ts/interface/ts.c

Examples#

src/ts/tutorials/ex10.c
src/ts/tutorials/ex12.c
src/ts/tutorials/ex14.c
src/ts/tutorials/ex16fwd.c
src/ts/tutorials/ex18.c
src/ts/tutorials/ex20adj.c
src/ts/tutorials/ex20fwd.c
src/ts/tutorials/ex20td.c
src/ts/tutorials/ex22.c
src/ts/tutorials/ex23fwdadj.c


Edit on GitLab

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