TSGetTrajectory#

Gets the trajectory from a TS if it exists

Synopsis#

#include "petscts.h"  
PetscErrorCode TSGetTrajectory(TS ts, TSTrajectory *tr)

Collective

Input Parameter#

Output Parameter#

Note#

This routine should be called after all TS options have been set

See Also#

TS: Scalable ODE and DAE Solvers, TS, TSTrajectory, TSAdjointSolve(), TSTrajectoryCreate()

Level#

advanced

Location#

src/ts/interface/ts.c

Examples#

src/ts/tutorials/ex41.c
src/ts/tutorials/ex40.c
src/ts/tutorials/extchem.c


Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages