petsc-3.10.5 2019-03-28
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()

Keywords

TS, timestepper, destroy

See Also

TSCreate(), TSSetUp(), TSSolve()

Level

beginner

Location

src/ts/interface/ts.c

Examples

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

Implementations

TSDestroy_ARKIMEX in src/ts/impls/arkimex/arkimex.c
TSDestroy_BDF in src/ts/impls/bdf/bdf.c
TSDestroy_EIMEX in src/ts/impls/eimex/eimex.c
TSDestroy_Euler in src/ts/impls/explicit/euler/euler.c
TSDestroy_RK in src/ts/impls/explicit/rk/rk.c
TSDestroy_SSP in src/ts/impls/explicit/ssp/ssp.c
TSDestroy_GLEE in src/ts/impls/glee/glee.c
TSDestroy_Alpha in src/ts/impls/implicit/alpha/alpha1.c
TSDestroy_Alpha in src/ts/impls/implicit/alpha/alpha2.c
TSDestroy_GLLE in src/ts/impls/implicit/glle/glle.c
TSDestroy_Radau5 in src/ts/impls/implicit/radau5/radau5.c
TSDestroy_Sundials in src/ts/impls/implicit/sundials/sundials.c
TSDestroy_Theta in src/ts/impls/implicit/theta/theta.c
TSDestroy_Mimex in src/ts/impls/mimex/mimex.c
TSDestroy_Pseudo in src/ts/impls/pseudo/posindep.c
TSDestroy_RosW in src/ts/impls/rosw/rosw.c
TSDestroy_BasicSymplectic in src/ts/impls/symplectic/basicsymplectic/basicsymplectic.c

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