:orphan:
# TSEIMEXSetMaxRows
Set the maximum number of rows for `TSEIMEX` schemes
## Synopsis
```
#include "petscts.h"
PetscErrorCode TSEIMEXSetMaxRows(TS ts, PetscInt nrows)
```
Logically Collective
## Input Parameters
- ***ts -*** timestepping context
- ***nrows -*** maximum number of rows
## See Also
[](ch_ts), `TSEIMEXSetRowCol()`, `TSEIMEXSetOrdAdapt()`, `TSEIMEX`
## Level
intermediate
## Location
src/ts/impls/eimex/eimex.c
## Implementations
TSEIMEXSetMaxRows_EIMEX in src/ts/impls/eimex/eimex.c
---
[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)