:orphan:
# TSGLEEGetType
Get the type of `TSGLEE` scheme 
## Synopsis
```
#include "petscts.h"   
PetscErrorCode TSGLEEGetType(TS ts, TSGLEEType *gleetype)
```
Logically Collective


## Input Parameter

- ***ts -*** timestepping context



## Output Parameter

- ***gleetype -*** type of `TSGLEE` scheme





## See Also
 [](ch_ts), `TSGLEE`, `TSGLEESetType()`

## Level
intermediate

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ts/impls/glee/glee.c.html#TSGLEEGetType">src/ts/impls/glee/glee.c</A>

## Implementations

<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ts/impls/glee/glee.c.html#TSGLEEGetType_GLEE">TSGLEEGetType_GLEE in src/ts/impls/glee/glee.c</A><BR>


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