#include "petscsnes.h" PetscErrorCode SNESLineSearchGetNorms(SNESLineSearch linesearch, PetscReal * xnorm, PetscReal * fnorm, PetscReal * ynorm)
xnorm | - The norm of the current solution | |
fnorm | - The norm of the current function | |
ynorm | - The norm of the current update |
Level:developer
Location:src/snes/linesearch/interface/linesearch.c
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages