# SNESGetMaxLinearSolveFailures
gets the maximum number of linear solve failures that are allowed before `SNES` returns as unsuccessful 
## Synopsis
```
#include "petscsnes.h"  
PetscErrorCode SNESGetMaxLinearSolveFailures(SNES snes, PetscInt *maxFails)
```
Not Collective


## Input Parameter

- ***snes     -*** `SNES` context



## Output Parameter

- ***maxFails -*** maximum of unsuccessful solves allowed





## Note
By default this is 1; that is `SNES` returns on the first failed linear solve


## See Also
 `SNESSetErrorIfNotConverged()`, `SNESGetLinearSolveFailures()`, `SNESGetLinearSolveIterations()`, `SNESSetMaxLinearSolveFailures()`,

## Level
intermediate

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/snes/interface/snes.c.html#SNESGetMaxLinearSolveFailures">src/snes/interface/snes.c</A>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/snes/interface/snes.c)


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