# TSSetSNES
Set the `SNES` (nonlinear solver) to be used by the timestepping context 
## Synopsis
```
#include "petscts.h"  
PetscErrorCode TSSetSNES(TS ts, SNES snes)
```
Collective


## Input Parameters

- ***ts -*** the `TS` context obtained from `TSCreate()`
- ***snes -*** the nonlinear solver context





## Note
Most users should have the `TS` created by calling `TSGetSNES()`


## See Also
 [](chapter_ts), `TS`, `SNES`, `TSCreate()`, `TSSetUp()`, `TSSolve()`, `TSGetSNES()`

## Level
developer

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ts/interface/ts.c.html#TSSetSNES">src/ts/interface/ts.c</A>


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