TSSetInitialTimeStep

Sets the initial timestep to be used, as well as the initial time.

Synopsis

int TSSetInitialTimeStep(TS ts,double initial_time,double time_step)
Collective on TS

Input Parameters

ts - the TS context obtained from TSCreate()
initial_time - the initial time
time_step - the size of the timestep

See Also

TSSetTimeStep(), TSGetTimeStep()

Keywords

TS, set, initial, timestep

Examples

src/ts/examples/tutorials/ex2f.F

Location: src/ts/interface/ts.c
Time Stepping
Table of Contents