:orphan: # TSAdaptSetStepLimits Set the minimum and maximum step sizes to be considered by the time step controller ## Synopsis ``` #include "petscts.h" PetscErrorCode TSAdaptSetStepLimits(TSAdapt adapt, PetscReal hmin, PetscReal hmax) ``` Logically Collective ## Input Parameters - ***adapt -*** time step adaptivity context, usually gotten with `TSGetAdapt()` - ***hmin -*** minimum time step - ***hmax -*** maximum time step ## Options Database Keys - ***-ts_adapt_dt_min -*** to set minimum time step - ***-ts_adapt_dt_max -*** to set maximum time step ## See Also [](ch_ts), `TSAdapt`, `TSAdaptGetStepLimits()`, `TSAdaptChoose()` ## Level intermediate ## Location src/ts/adapt/interface/tsadapt.c ## Examples src/ts/tutorials/ex40.c
src/ts/tutorials/ex41.c
src/ts/tutorials/ex44.c
src/ts/tutorials/extchem.c
src/ts/tutorials/extchemfield.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)