petsc-3.14.6 2021-03-30
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
See Also
TSGetTime(), TSGetSolveTime(), TSGetTimeStep()
Level
beginner
Location
src/ts/interface/ts.c
Examples
src/ts/tutorials/ex16fwd.c.html
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages