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/ex16.c
src/ts/tutorials/ex34.c
src/ts/tutorials/extchem.c
src/ts/tutorials/ex26.c
src/ts/tutorials/ex6.c
src/ts/tutorials/ex24.c
src/ts/tutorials/ex20.c
src/ts/utils/dmplexlandau/tutorials/ex2.c
src/ts/tutorials/ex13.c
src/ts/tutorials/ex19.c


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