:orphan:
# TSEIMEXSetOrdAdapt
Set the order adaptativity for the `TSEIMEX` schemes 
## Synopsis
```
#include "petscts.h"   
PetscErrorCode TSEIMEXSetOrdAdapt(TS ts, PetscBool flg)
```
Logically Collective


## Input Parameters

- ***ts -*** timestepping context
- ***tindex -*** index in the T table





## See Also
 [](ch_ts), `TSEIMEXSetRowCol()`, `TSEIMEXSetOrdAdapt()`, `TSEIMEX`

## Level
intermediate

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ts/impls/eimex/eimex.c.html#TSEIMEXSetOrdAdapt">src/ts/impls/eimex/eimex.c</A>

## Implementations

<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ts/impls/eimex/eimex.c.html#TSEIMEXSetOrdAdapt_EIMEX">TSEIMEXSetOrdAdapt_EIMEX in src/ts/impls/eimex/eimex.c</A><BR>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/ts/impls/eimex/eimex.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)  
