petsc-3.14.6 2021-03-30
TSGetTrajectory
Gets the trajectory from a TS if it exists
Synopsis
#include "petscts.h"
PetscErrorCode TSGetTrajectory(TS ts,TSTrajectory *tr)
Collective on TS
Input Parameters
Output Parameters
Note: This routine should be called after all TS options have been set
See Also
TSGetTrajectory(), TSAdjointSolve(), TSTrajectory, TSTrajectoryCreate()
Level
advanced
Location
src/ts/interface/ts.c
Examples
src/ts/tutorials/extchem.c.html
src/ts/tutorials/ex40.c.html
src/ts/tutorials/ex41.c.html
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages