TSGetPrevTime#
Gets the starting time of the previously completed step.
Synopsis#
#include "petscts.h"
PetscErrorCode TSGetPrevTime(TS ts, PetscReal *t)
Not Collective
Input Parameter#
ts - the TS context obtained from TSCreate()
Output Parameter#
t - the previous time
See Also#
TSGetTime()
, TSGetSolveTime()
, TSGetTimeStep()
Level#
beginner
Location#
Examples#
src/ts/tutorials/ex16fwd.c.html
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages