TS#
Abstract PETSc object that manages all time-steppers (ODE integrators)
Synopsis#
typedef struct _p_TS *TS;
See Also#
Summary of Time Integrators Available In PETSc, TS: Scalable ODE and DAE Solvers, TSCreate()
, TSSetType()
, TSType
, SNES
, KSP
, PC
, TSDestroy()
Level#
beginner
Location#
Examples#
src/snes/tutorials/ex30.c
src/tao/unconstrained/tutorials/burgers_spectral.c
src/tao/unconstrained/tutorials/spectraladjointassimilation.c
src/ts/tutorials/ex1.c
src/ts/tutorials/ex12.c
src/ts/tutorials/ex13.c
src/ts/tutorials/ex15.c
src/ts/tutorials/ex17.c
src/ts/tutorials/ex2.c
src/ts/tutorials/ex20opt_ic.c
src/ts/tutorials/ex20opt_p.c
Implementations#
_p_TS in include/petsc/private/tsimpl.h
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages