# TSGLLEGetAdapt
gets the `TSGLLEAdapt` object from the `TS` 
## Synopsis
```
#include "petscts.h"   
PetscErrorCode TSGLLEGetAdapt(TS ts, TSGLLEAdapt *adapt)
```
Not Collective


## Input Parameter

- ***ts -*** the `TS` context



## Output Parameter

- ***adapt -*** the `TSGLLEAdapt` context





## Note
This allows the user set options on the `TSGLLEAdapt` object.  Usually it is better to do this using the options
database, so this function is rarely needed.


## See Also
 [](chapter_ts), `TS`, `TSGLLE`, `TSGLLEAdapt`, `TSGLLEAdaptRegister()`

## Level
advanced

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ts/impls/implicit/glle/glle.c.html#TSGLLEGetAdapt">src/ts/impls/implicit/glle/glle.c</A>

## Implementations

<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ts/impls/implicit/glle/glle.c.html#TSGLLEGetAdapt_GLLE">TSGLLEGetAdapt_GLLE in src/ts/impls/implicit/glle/glle.c</A><BR>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/ts/impls/implicit/glle/glle.c)


[Index of all TS routines](index.md)  
[Table of Contents for all manual pages](/docs/manualpages/index.md)  
[Index of all manual pages](/docs/manualpages/singleindex.md)  
