petsc-3.14.6 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
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_DiscGrad in src/ts/impls/implicit/discgrad/tsdiscgrad.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_MPRK in src/ts/impls/multirate/mprk.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