SNESLineSearchSetMonitor

Prints information about the progress or lack of progress of the line search

Synopsis

PetscErrorCode  SNESLineSearchSetMonitor(SNES snes,PetscBool  flg)

Input Parameters

snes - nonlinear context obtained from SNESCreate()
flg - PETSC_TRUE to monitor the line search

Logically Collective on SNES

Options Database

-snes_ls_monitor -

See Also

SNESLineSearchSet(), SNESLineSearchSetPostCheck(), SNESSetUpdate()

Level:intermediate
Location:
src/snes/impls/ls/ls.c
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages