TSGetTimeStep
Gets the current timestep size.
Synopsis
#include "ts.h"
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
Level:intermediate
Location:src/ts/interface/ts.c
Time Stepping
Table of Contents