SNESLineSearchApplyFn#

Function type for a SNESLineSearch implementation’s apply routine

Synopsis#

PETSC_EXTERN_TYPEDEF typedef PetscErrorCode         SNESLineSearchApplyFn(SNESLineSearch ls);

Calling Sequence#

  • ls - the SNESLineSearch object whose internal state holds the current step, search direction and other data

See Also#

SNESLineSearch, SNESLineSearchType, SNESLineSearchSetType(), SNESLineSearchShellApplyFn

Level#

developer

Location#

include/petscsnes.h


Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages