TSGetTime
Gets the current time.
Synopsis
#include "ts.h"
int TSGetTime(TS ts,double* t)
Not Collective
Input Parameter
ts -the TS context obtained from TSCreate()
Output Parameter
t -the current time
Contributed by: Matthew Knepley
See Also
TSSetInitialTimeStep(), TSGetTimeStep()
Keywords
TS, get, time
Level:beginner
Location:src/ts/interface/ts.c
Time Stepping
Table of Contents