:orphan:
# TSSSPGetType
get the `TSSSP` time integration scheme 
## Synopsis
```
#include "petscts.h"   
PetscErrorCode TSSSPGetType(TS ts, TSSSPType *type)
```
Logically Collective


## Input Parameter

- ***ts -*** time stepping object



## Output Parameter

- ***type -*** type of scheme being used





## See Also
 [](ch_ts), `TSSSP`, `TSSSPSettype()`, `TSSSPSetNumStages()`, `TSSSPRKS2`, `TSSSPRKS3`, `TSSSPRK104`

## Level
beginner

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

## Implementations

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


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