:orphan: # SNESLineSearchGetReason Gets the success/failure status of the last line search application ## Synopsis ``` #include "petscsnes.h" PetscErrorCode SNESLineSearchGetReason(SNESLineSearch linesearch, SNESLineSearchReason *result) ``` ## Input Parameter - ***linesearch -*** linesearch context ## Output Parameter - ***result -*** The success or failure status ## Note This is typically called after `SNESLineSearchApply()` in order to determine if the line-search failed (and set the SNES convergence accordingly). ## See Also `SNESLineSearch`, `SNESLineSearchSetReason()`, `SNESLineSearchReason` ## Level developer ## Location src/snes/linesearch/interface/linesearch.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/snes/linesearch/interface/linesearch.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)