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


## Input Parameters

- ***ts -*** timestepping context
- ***gleetype -*** type of `TSGLEE` scheme





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

## Level
intermediate

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

## Implementations

<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ts/impls/glee/glee.c.html#TSGLEESetType_GLEE">TSGLEESetType_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)  
