TSDestroy

Destroys the timestepper context that was created with TSCreate().

Synopsis

int TSDestroy(TS ts)
Collective on TS

Input Parameter

ts -the TS context obtained from TSCreate()

Keywords

TS, timestepper, destroy

See Also

TSCreate(), TSSetUp(), TSSolve()

Examples

src/ts/examples/tutorials/ex2f.F

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