# TSRKGetOrder
Get the order of the `TSRK` scheme 
## Synopsis
```
#include "petscts.h"   
PetscErrorCode TSRKGetOrder(TS ts, PetscInt *order)
```
Not collective


## Input Parameter

- ***ts -*** timestepping context



## Output Parameter

- ***order -*** order of `TSRK` scheme





## See Also
 [](chapter_ts), `TSRK`, `TSRKGetType()`

## Level
intermediate

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ts/impls/explicit/rk/rk.c.html#TSRKGetOrder">src/ts/impls/explicit/rk/rk.c</A>

## Implementations

<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ts/impls/explicit/rk/rk.c.html#TSRKGetOrder_RK">TSRKGetOrder_RK in src/ts/impls/explicit/rk/rk.c</A><BR>


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