SNESLineSearchGetPostCheck#

Gets the post-check function for the line search routine.

Synopsis#

Input Parameter#

Output Parameters#

  • func - [optional] function evaluation routine, see for the calling sequence SNESLineSearchSetPostCheck()

  • ctx - [optional] user-defined context for private data for the function evaluation routine (may be NULL)

See Also#

SNES: Nonlinear Solvers, SNES, SNESLineSearch, SNESGetLineSearch(), SNESLineSearchGetPreCheck(), SNESLineSearchSetPostCheck(), SNESLineSearchPostCheck(), SNESLineSearchSetPreCheck()

Level#

intermediate

Location#

src/snes/linesearch/interface/linesearch.c


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