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 objectvf - 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
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages