#include "petscsnes.h" PetscErrorCode SNESLineSearchSetPreCheck(SNESLineSearch linesearch, PetscErrorCode (*func)(SNESLineSearch,Vec,Vec,PetscBool*,void*),void *ctx)Logically Collective on SNESLineSearch Many br
linesearch | - the SNESLineSearch context Many br | |
func | - [optional] function evaluation routine, see SNESLineSearchPreCheckFunction for the calling sequence Many br | |
ctx | - [optional] user-defined context for private data for the function evaluation routine (may be NULL) Many br |
Many br
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