petsc-3.15.0 2021-03-30
Report Typos and Errors

TSDestroy

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

Synopsis

#include "petscts.h"  
PetscErrorCode  TSDestroy(TS *ts)
Collective on TS

Input Parameter

ts - the TS context obtained from TSCreate()

See Also

TSCreate(), TSSetUp(), TSSolve()

Level

beginner

Location

src/ts/interface/ts.c

Examples

src/ts/tutorials/ex1.c.html
src/ts/tutorials/ex2.c.html
src/ts/tutorials/ex3.c.html
src/ts/tutorials/ex4.c.html
src/ts/tutorials/ex5.c.html
src/ts/tutorials/ex6.c.html
src/ts/tutorials/ex7.c.html
src/ts/tutorials/ex8.c.html
src/ts/tutorials/ex9.c.html
src/ts/tutorials/ex10.c.html
src/ts/tutorials/ex11.c.html

Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages