SNESLineSearchShellApplyFn#
Function type for the user-supplied apply routine registered with the SNESLINESEARCHSHELL line-search
Synopsis#
PETSC_EXTERN_TYPEDEF typedef PetscErrorCode SNESLineSearchShellApplyFn(SNESLineSearch ls, PetscCtx ctx);
Calling Sequence#
ls - the
SNESLineSearchobjectctx - optional user-provided context set with
SNESLineSearchShellSetApply()
See Also#
SNESLineSearch, SNESLINESEARCHSHELL, SNESLineSearchShellSetApply(), SNESLineSearchApplyFn
Level#
developer
Location#
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages