:orphan: # TSSetFromOptions Sets various `TS` parameters from the options database ## Synopsis ``` #include "petscts.h" PetscErrorCode TSSetFromOptions(TS ts) ``` Collective ## Input Parameter - ***ts -*** the `TS` context obtained from `TSCreate()` ## Options Database Keys - ***-ts_type -*** EULER, BEULER, SUNDIALS, PSEUDO, CN, RK, THETA, ALPHA, GLLE, SSP, GLEE, BSYMP, IRK, see `TSType` - ***-ts_save_trajectory -*** checkpoint the solution at each time-step - ***-ts_max_time