:orphan:
# 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
[](ch_ts), `TS`, `TSGLLE`, `TSGLLEAdapt`, `TSGLLEAdaptRegister()`
## Level
advanced
## Location
src/ts/impls/implicit/glle/glle.c
## Implementations
TSGLLEGetAdapt_GLLE in src/ts/impls/implicit/glle/glle.c
---
[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](/manualpages/index.md)
[Index of all manual pages](/manualpages/singleindex.md)