:orphan: # 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](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)