:orphan: # TSRHSSplitGetSubTSs Get an array of all sub-`TS` contexts. ## Synopsis ``` #include "petscts.h" PetscErrorCode TSRHSSplitGetSubTSs(TS ts, PetscInt *n, TS *subts[]) ``` Logically Collective ## Input Parameter - ***ts -*** the `TS` context obtained from `TSCreate()` ## Output Parameters - ***n -*** the number of splits - ***subksp -*** the array of `TS` contexts ## Note After `TSRHSSplitGetSubTS()` the array of `TS`s is to be freed by the user with `PetscFree()` (not the `TS` in the array just the array that contains them). ## See Also [](ch_ts), `TS`, `IS`, `TSGetRHSSplitFunction()` ## Level advanced ## Location src/ts/interface/tsrhssplit.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/ts/interface/tsrhssplit.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)