SNESLineSearchReset#
Undoes the SNESLineSearchSetUp()
and deletes any Vec
s or Mat
s allocated by the line search.
Synopsis#
#include "petscsnes.h"
PetscErrorCode SNESLineSearchReset(SNESLineSearch linesearch)
Collective
Input Parameter#
linesearch - The
SNESLineSearch
instance.
Note#
Usually only called by SNESReset()
See Also#
Level#
developer
Location#
Implementations#
SNESLineSearchReset_NLEQERR in src/snes/linesearch/impls/nleqerr/linesearchnleqerr.c
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages