petsc-3.12.5 2020-03-29
TSTrajectorySetKeepFiles
Keep the files generated by the TSTrajectory
Synopsis
#include "petscts.h"
PetscErrorCode TSTrajectorySetKeepFiles(TSTrajectory tj,PetscBool flg)
Collective on TSTrajectory
Input Arguments
Options Database Keys
-ts_trajectory_keep_files -have it keep the files
Notes
By default the TSTrajectory used for adjoint computations, TSTRAJECTORYBASIC, removes the files it generates at the end of the run. This causes the files to be kept.
See Also
TSTrajectoryCreate(), TSTrajectoryDestroy(), TSTrajectorySetUp(), TSTrajectorySetMonitor()
Level
advanced
Location
src/ts/trajectory/interface/traj.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages