TSSetTimeStep

Allows one to reset the timestep at any time, useful for simple pseudo-timestepping codes.

Synopsis

#include "ts.h"  
int TSSetTimeStep(TS ts,double time_step)
Collective on TS

Input Parameters

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

See Also

TSSetInitialTimeStep(), TSGetTimeStep()

Keywords

TS, set, timestep

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