TSSetFromOptions

Sets various TS parameters from user options.

Synopsis

int TSSetFromOptions(TS ts)
Collective on TS

Input Parameter

ts -the TS context obtained from TSCreate()

Options Database Keys

-ts_type <type> - TS_EULER, TS_BEULER, TS_PVODE, TS_PSEUDO, TS_CRANK_NICHOLSON
-ts_max_steps maxsteps - maximum number of time-steps to take
-ts_max_time time - maximum time to compute to
-ts_monitor - print information at each timestep
-ts_xmonitor - plot information at each timestep

Keywords

TS, timestep, set, options, database

See Also

TSPrintHelp(), TSSetTypeFromOptions()

Examples

src/ts/examples/tutorials/ex2f.F

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