# TSAdaptSetClip
Sets the admissible decrease/increase factor in step size in the time step adapter 
## Synopsis
```
#include "petscts.h" 
PetscErrorCode TSAdaptSetClip(TSAdapt adapt, PetscReal low, PetscReal high)
```
Logically collective


## Input Parameters

- ***adapt -*** adaptive controller context
- ***low -*** admissible decrease factor
- ***high -*** admissible increase factor



## Options Database Key

- ***-ts_adapt_clip <low>,<high> -*** to set admissible time step decrease and increase factors





## See Also
 [](chapter_ts), `TSAdapt`, `TSAdaptChoose()`, `TSAdaptGetClip()`, `TSAdaptSetScaleSolveFailed()`

## Level
intermediate

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ts/adapt/interface/tsadapt.c.html#TSAdaptSetClip">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](/docs/manualpages/index.md)  
[Index of all manual pages](/docs/manualpages/singleindex.md)  
