TSGetTimeStepNumber
Gets the current number of timesteps.
Synopsis
int TSGetTimeStepNumber(TS ts,int* iter)
Not
Collective
Input Parameter
ts -the TS context obtained from TSCreate()
Output Parameter
iter -number steps so far
Keywords
TS, timestep, get, iteration, number
Location: src/ts/interface/ts.c
Time Stepping
Table of Contents