TSSolve#

Steps the requested number of timesteps.

Synopsis#

#include "petscts.h"  
PetscErrorCode TSSolve(TS ts, Vec u)

Collective

Input Parameters#

Notes#

The final time returned by this function may be different from the time of the internally held state accessible by TSGetSolution() and TSGetTime() because the method may have stepped over the final time.

See Also#

TS: Scalable ODE and DAE Solvers, TS, TSCreate(), TSSetSolution(), TSStep(), TSGetTime(), TSGetSolveTime()

Level#

beginner

Location#

src/ts/interface/ts.c

Examples#

src/ts/tutorials/ex16fwd.c
src/ts/tutorials/ex20opt_ic.c
src/ts/tutorials/ex36A.c
src/ts/tutorials/ex11.c
src/ts/tutorials/ex20td.c
src/ts/tutorials/ex13.c
src/ts/tutorials/ex41.c
src/ts/tutorials/ex5.c
src/ts/tutorials/ex9.c

Implementations#

TSSolve_GLLE() in src/ts/impls/implicit/glle/glle.c
TSSolve_Radau5() in src/ts/impls/implicit/radau5/radau5.c


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