SNESLineSearchMonitorSolutionUpdate#

Monitors each update of the function value the linesearch tries

Synopsis#

#include "petscsnes.h" 
PetscErrorCode SNESLineSearchMonitorSolutionUpdate(SNESLineSearch ls, PetscViewerAndFormat *vf)

Collective

Input Parameters#

  • ls - the SNES linesearch object

  • vf - the context for the monitor, in this case it is an PetscViewerAndFormat

See Also#

SNESLineSearch, SNESGetLineSearch(), SNESMonitorSet(), SNESMonitorSolution()

Level#

intermediate

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