#include "petscsnes.h" PetscErrorCode SNESLineSearchSetNorms(SNESLineSearch linesearch, PetscReal xnorm, PetscReal fnorm, PetscReal ynorm)
linesearch | - linesearch context | |
xnorm | - The norm of the current solution | |
fnorm | - The norm of the current function | |
ynorm | - The norm of the current update |