SNESLineSearchGetDefaultMonitor#
Gets the PetscViewer
instance for the line search monitor.
Synopsis#
#include "petscsnes.h"
PetscErrorCode SNESLineSearchGetDefaultMonitor(SNESLineSearch linesearch, PetscViewer *monitor)
Logically Collective
Input Parameter#
linesearch - linesearch context
Output Parameter#
monitor - monitor context
See Also#
SNESLineSearch
, SNESGetLineSearch()
, SNESLineSearchSetDefaultMonitor()
, PetscViewer
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