#include "petscsnes.h" PetscErrorCode SNESLineSearchSetVecs(SNESLineSearch linesearch,Vec X,Vec F,Vec Y,Vec W, Vec G)
linesearch | - linesearch context Many br | |
X | - Solution vector Many br | |
F | - Function vector Many br | |
Y | - Search direction vector Many br | |
W | - Solution work vector Many br | |
G | - Function work vector 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