:orphan: # TSAdaptGetStepLimits Get the minimum and maximum step sizes to be considered by the time step controller ## Synopsis ``` #include "petscts.h" PetscErrorCode TSAdaptGetStepLimits(TSAdapt adapt, PetscReal *hmin, PetscReal *hmax) ``` Not Collective ## Input Parameter - ***adapt -*** time step adaptivity context, usually gotten with `TSGetAdapt()` ## Output Parameters - ***hmin -*** minimum time step - ***hmax -*** maximum time step ## See Also [](ch_ts), `TSAdapt`, `TSAdaptSetStepLimits()`, `TSAdaptChoose()` ## Level intermediate ## Location src/ts/adapt/interface/tsadapt.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/ts/adapt/interface/tsadapt.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)