#include <petscsnes.h> SNESLineSearchPostheckFunction(SNESLineSearch linesearch,Vec x,Vec y, Vec w, *changed_y, PetscBool *changed_w);
x | - old solution vector Many br | |
y | - search direction vector Many br | |
w | - new solution vector Many br | |
changed_y | - indicates that the line search changed y Many br | |
changed_w | - indicates that the line search changed w Many br |
Note: This is NOTE a PETSc function, rather it documents the calling sequence of functions passed to SNESLineSearchSetPostCheck() Many brand SNESLineSearchGetPostCheck() Many br
Many br
Level:advanced
Location:src/snes/linesearch/interface/linesearch.c
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages