SNESVIComputeInactiveSetFtY#
Computes the directional derivative for variational inequalities on the inactive set, assuming that there exists some for which the SNESFunctionFn
(relevant for some line search algorithms)
Synopsis#
#include "petscsnes.h"
PetscErrorCode SNESVIComputeInactiveSetFtY(SNES snes, Vec F, Vec X, Vec Y, PetscScalar *fty)
Input Parameters#
Output Parameter#
fty - the directional derivative
See Also#
SNES: Nonlinear Solvers, SNES
, SNESVINEWTONRSLS
, SNESVINEWTONSSLS
Level#
developer
Location#
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages