TSSetUp
Sets up the internal data structures for the later use of a timestepper. Call TSSetUp() after calling TSCreate() and optional routines of the form TSSetXXX(), but before calling TSStep().
Synopsis
int TSSetUp(TS ts)
Collective on
TS
Input Parameter
ts -the TS context obtained from TSCreate()
Keywords
TS, timestep, setup
See Also
TSCreate(), TSSolve(), TSDestroy()
Location: src/ts/interface/ts.c
Time Stepping
Table of Contents