:orphan: # TSTrajectoryViewFromOptions View a `TSTrajectory` based on values in the options database ## Synopsis ``` #include "petscts.h" PetscErrorCode TSTrajectoryViewFromOptions(TSTrajectory A, PetscObject obj, const char name[]) ``` Collective ## Input Parameters - ***A -*** the `TSTrajectory` context - ***obj -*** Optional object that provides prefix used for option name - ***name -*** command line option ## See Also [](ch_ts), `TSTrajectory`, `TSTrajectoryView`, `PetscObjectViewFromOptions()`, `TSTrajectoryCreate()` ## Level intermediate ## Location src/ts/trajectory/interface/traj.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/ts/trajectory/interface/traj.c) [Index of all TS routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)