:orphan: # SNESSetDivergenceTolerance Sets the divergence tolerance used for the `SNES` divergence test. ## Synopsis ``` #include "petscsnes.h" PetscErrorCode SNESSetDivergenceTolerance(SNES snes, PetscReal divtol) ``` Logically Collective ## Input Parameters - ***snes -*** the `SNES` context - ***divtol -*** the divergence tolerance. Use -1 to deactivate the test, default is 1e4 ## Options Database Key - ***-snes_divergence_tolerance -*** Sets `divtol` ## See Also [](ch_snes), `SNES`, `SNESSolve()`, `SNESSetTolerances()`, `SNESGetDivergenceTolerance` ## 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)