# TSMPRKGetType
Get the type of `TSMPRK` scheme 
## Synopsis
```
#include "petscts.h"   
PetscErrorCode TSMPRKGetType(TS ts, TSMPRKType *mprktype)
```
Not collective


## Input Parameter

- ***ts -*** timestepping context



## Output Parameter

- ***mprktype -*** type of `TSMPRK` scheme





## See Also
 [](chapter_ts), `TSMPRKGetType()`, `TSMPRK`

## Level
intermediate

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ts/impls/multirate/mprk.c.html#TSMPRKGetType">src/ts/impls/multirate/mprk.c</A>

## Implementations

<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ts/impls/multirate/mprk.c.html#TSMPRKGetType_MPRK">TSMPRKGetType_MPRK in src/ts/impls/multirate/mprk.c</A><BR>


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