: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
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ts/adapt/interface/tsadapt.c.html#TSAdaptGetStepLimits">src/ts/adapt/interface/tsadapt.c</A>


---
[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)  
