:orphan: # TSGetMaxSteps Gets the maximum number of steps to use. ## Synopsis ``` #include "petscts.h" PetscErrorCode TSGetMaxSteps(TS ts, PetscInt *maxsteps) ``` Not Collective ## Input Parameter - ***ts -*** the `TS` context obtained from `TSCreate()` ## Output Parameter - ***maxsteps -*** maximum number of steps to use ## See Also [](ch_ts), `TS`, `TSSetMaxSteps()`, `TSGetMaxTime()`, `TSSetMaxTime()` ## Level advanced ## Location src/ts/interface/ts.c ## Examples src/ts/utils/dmplexlandau/tutorials/ex2.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)