:orphan: # TSGetExactFinalTime Gets the exact final time option set with `TSSetExactFinalTime()` ## Synopsis ``` #include "petscts.h" PetscErrorCode TSGetExactFinalTime(TS ts, TSExactFinalTimeOption *eftopt) ``` Not Collective ## Input Parameter - ***ts -*** the `TS` context ## Output Parameter - ***eftopt -*** exact final time option ## See Also [](ch_ts), `TS`, `TSExactFinalTimeOption`, `TSSetExactFinalTime()` ## Level beginner ## Location src/ts/interface/ts.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/ts/interface/ts.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)