TSStep

Steps the requested number of timesteps.

Synopsis

#include "petscts.h"  
int TSStep(TS ts,int *steps,double *time)
Collective on TS

Input Parameter

ts -the TS context obtained from TSCreate()

Output Parameters

steps - number of iterations until termination
time - time until termination

Keywords

TS, timestep, solve

See Also

TSCreate(), TSSetUp(), TSDestroy()

Level:beginner
Location:
src/ts/interface/ts.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages

Examples

src/ts/examples/tutorials/ex1.c
src/ts/examples/tutorials/ex2.c
src/ts/examples/tutorials/ex3.c
src/ts/examples/tutorials/ex4.c
src/ts/examples/tutorials/ex5.c
src/ts/examples/tutorials/ex1f.F
src/ts/examples/tutorials/ex2f.F