Searched refs:SNESLineSearchShellGetApply (Results 1 – 4 of 4) sorted by relevance
30 *ierr = SNESLineSearchShellGetApply(*linesearch, NULL, ctx); in sneslinesearchshellgetapply_()
80 PetscErrorCode SNESLineSearchShellGetApply(SNESLineSearch linesearch, SNESLineSearchShellApplyFn **… in SNESLineSearchShellGetApply() function
947 PETSC_EXTERN PetscErrorCode SNESLineSearchShellGetApply(SNESLineSearch, SNESLineSearchShellApplyFn …956 return SNESLineSearchShellGetApply(ls, f, ctx); in SNESLineSearchShellGetUserFunc()
143 …ShellGetUserFunc()` in favor of `SNESLineSearchShellSetApply()` and `SNESLineSearchShellGetApply()`