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#
Examples#
src/ts/utils/dmplexlandau/tutorials/ex2.c
src/ts/tutorials/ex20fwd.c
src/ts/tutorials/ex24.c
src/ts/tutorials/ex1f.F90
src/ts/tutorials/extchemfield.c
src/ts/tutorials/ex20.c
src/ts/tutorials/ex5.c
src/ts/tutorials/extchem.c
src/ts/tutorials/ex26.c
src/ts/tutorials/ex20td.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages