TSGetPrevTime#

Gets the starting time of the previously completed step.

Synopsis#

#include "petscts.h"  
PetscErrorCode TSGetPrevTime(TS ts, PetscReal *t)

Not Collective

Input Parameter#

Output Parameter#

  • t - the previous time

See Also#

TS: Scalable ODE and DAE Solvers, TS, ``TSGetTime(), TSGetSolveTime(), TSGetTimeStep()`

Level#

beginner

Location#

src/ts/interface/ts.c

Examples#

src/ts/tutorials/ex16fwd.c


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