TSGetTime

Gets the current time.

Synopsis

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

Location: src/ts/interface/ts.c
Time Stepping
Table of Contents