:orphan:
# SNESGetLinearSolveFailures
Gets the number of failed (non-converged) linear solvers. 
## Synopsis
```
#include "petscsnes.h"  
PetscErrorCode SNESGetLinearSolveFailures(SNES snes, PetscInt *nfails)
```
Not Collective


## Input Parameter

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



## Output Parameter

- ***nfails -*** number of failed solves



## Options Database Key

- ***-snes_max_linear_solve_fail <num> -*** The number of failures before the solve is terminated





## Note
This counter is reset to zero for each successive call to `SNESSolve()`.


## See Also
 [](ch_snes), `SNESGetMaxLinearSolveFailures()`, `SNESGetLinearSolveIterations()`, `SNESSetMaxLinearSolveFailures()`

## Level
intermediate

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/snes/interface/snes.c.html#SNESGetLinearSolveFailures">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](/manualpages/index.md)  
[Index of all manual pages](/manualpages/singleindex.md)  
