TSGetTimeStep
Gets the current timestep size.
Synopsis
int TSGetTimeStep(TS ts,double* dt)
Not
Collective
Input Parameter
ts -the TS context obtained from TSCreate()
Output Parameter
dt -the current timestep size
See Also
TSSetInitialTimeStep(), TSGetTimeStep()
Keywords
TS, get, timestep
Location: src/ts/interface/ts.c
Time Stepping
Table of Contents