#include "petscsnes.h" PetscErrorCode SNESLineSearchSetVecs(SNESLineSearch linesearch,Vec X,Vec F,Vec Y,Vec W, Vec G)
linesearch | - linesearch context | |
X | - The old solution | |
F | - The old function | |
Y | - The search direction | |
W | - The new solution | |
G | - The new function |
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