#include "petscsnes.h" PetscErrorCode SNESLineSearchSetComputeNorms(SNESLineSearch linesearch, PetscBool flg)
linesearch | - linesearch context | |
flg | - indicates whether or not to compute norms |
-snes_linesearch_norms <true> | - Turns on/off computation of the norms for basic linesearch |