# TSTrajectory
Abstract PETSc object that stores the trajectory (solution of ODE/DAE at each time step) 
## Synopsis
```
typedef struct _p_TSTrajectory *TSTrajectory;
```



## See Also
 `TSSetSaveTrajectory()`, `TSTrajectoryCreate()`, `TSTrajectorySetType()`, `TSTrajectoryDestroy()`, `TSTrajectoryReset()`

## Level
advanced

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/include/petscts.h.html#TSTrajectory">include/petscts.h</A>

## Implementations

<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/include/petsc/private/tsimpl.h.html#_p_TSTrajectory">_p_TSTrajectory in include/petsc/private/tsimpl.h</A><BR>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/include/petscts.h)


[Index of all TS routines](index.md)  
[Table of Contents for all manual pages](/docs/manualpages/index.md)  
[Index of all manual pages](/docs/manualpages/singleindex.md)  
