:orphan: # TSRKGetMultirate Gets whether to use the interpolation-based multirate `TSRK` method ## Synopsis ``` #include "petscts.h" PetscErrorCode TSRKGetMultirate(TS ts, PetscBool *use_multirate) ``` Not Collective ## Input Parameter - ***ts -*** timestepping context ## Output Parameter - ***use_multirate -*** `PETSC_TRUE` if the multirate RK method is enabled, `PETSC_FALSE` otherwise ## See Also [](ch_ts), `TSRK`, `TSRKSetMultirate()` ## Level intermediate ## Location src/ts/impls/explicit/rk/rk.c ## Implementations TSRKGetMultirate_RK in src/ts/impls/explicit/rk/mrk.c
--- [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](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)