SNESLineSearchApplyFn#
Function type for a SNESLineSearch implementation’s apply routine
Synopsis#
PETSC_EXTERN_TYPEDEF typedef PetscErrorCode SNESLineSearchApplyFn(SNESLineSearch ls);
Calling Sequence#
ls - the
SNESLineSearchobject whose internal state holds the current step, search direction and other data
See Also#
SNESLineSearch, SNESLineSearchType, SNESLineSearchSetType(), SNESLineSearchShellApplyFn
Level#
developer
Location#
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages