TSSetTypeFromOptions
Sets the TS type from the options database; sets a default if none is given.
Synopsis
int TSSetTypeFromOptions(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
Keywords
TS, timestep, set, options, database, TS type
See Also
TSPrintHelp(), TSSetFromOptions()
Level:beginner
Location:src/ts/interface/tsreg.c
Time Stepping
Table of Contents