#include "petscsnes.h" PetscErrorCode SNESLineSearchGetPostCheck(SNESLineSearch linesearch, PetscErrorCode (**func)(SNESLineSearch,Vec,Vec,Vec,PetscBool*,PetscBool*,void*),void **ctx)
linesearch | - the SNESLineSearch context |
func | - [optional] function evaluation routine, see for the calling sequence SNESLineSearchPostCheck() | |
ctx | - [optional] user-defined context for private data for the function evaluation routine (may be NULL) |