#include "petscsnes.h" PetscErrorCode SNESLineSearchSetDefaultMonitor(SNESLineSearch linesearch, PetscViewer viewer)
linesearch | - the linesearch object | |
viewer | - an ASCII PetscViewer or NULL to turn off monitor |
Logically Collective on SNESLineSearch
Developer Note: This monitor is implemented differently than the other SNESLineSearchMonitors that are set with SNESLineSearchMonitorSet() since it is called in many locations of the line search routines to display aspects of the line search that are not visible to the other monitors.
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