TSStep
Steps the requested number of timesteps.
Synopsis
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()
Examples
src/ts/examples/tutorials/ex2f.F
Location: src/ts/interface/ts.c
Time Stepping
Table of Contents