:orphan: # SNESGetMaxNonlinearStepFailures Gets the maximum number of unsuccessful steps attempted by the nonlinear solver before it gives up and generates an error ## Synopsis ``` #include "petscsnes.h" PetscErrorCode SNESGetMaxNonlinearStepFailures(SNES snes, PetscInt *maxFails) ``` Not Collective ## Input Parameter - ***snes -*** `SNES` context ## Output Parameter - ***maxFails -*** maximum of unsuccessful steps ## See Also [](ch_snes), `SNESSetErrorIfNotConverged()`, `SNESGetMaxLinearSolveFailures()`, `SNESGetLinearSolveIterations()`, `SNESSetMaxLinearSolveFailures()`, `SNESGetLinearSolveFailures()`, `SNESSetMaxNonlinearStepFailures()`, `SNESGetNonlinearStepFailures()` ## Level intermediate ## Location src/snes/interface/snes.c --- [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)