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

Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages