petsc-3.3-p7 2013-05-11

SNESLineSearchReset

Undoes the SetUp and deletes any Vecs or Mats allocated by the line search.

Synopsis

#include "petscsnes.h" 
PetscErrorCode SNESLineSearchReset(SNESLineSearch linesearch)
Collective on SNESLineSearch

Input Parameters

linesearch -The LineSearch instance.

Keywords

SNESLineSearch, Reset

See Also

SNESLineSearchSetUp()

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