#include "petscts.h" PetscErrorCode TSTrajectorySetFromOptions(TSTrajectory tj,TS ts)Collective on TSTrajectory
tj | - the TSTrajectory context obtained from TSTrajectoryCreate() | |
ts | - the TS context |
-ts_trajectory_type <type> | - TSTRAJECTORYBASIC, TSTRAJECTORYMEMORY, TSTRAJECTORYSINGLEFILE, TSTRAJECTORYVISUALIZATION | |
-ts_trajectory_keep_files <true,false> | - keep the files generated by the code after the program ends. This is true by default for TSTRAJECTORYSINGLEFILE, TSTRAJECTORYVISUALIZATION | |
-ts_trajectory_monitor | - print TSTrajectory information |