SNESLineSearchSetType#

Sets the linesearch type

Synopsis#

#include "petscsnes.h" 
PetscErrorCode SNESLineSearchSetType(SNESLineSearch linesearch, SNESLineSearchType type)

Logically Collective

Input Parameters#

  • linesearch - linesearch context

  • type - The type of line search to be used

Available Types#

Options Database Key#

  • -snes_linesearch_type - basic (or equivalently none), bt, l2, cp, nleqerr, shell

See Also#

SNESLineSearch, SNESLineSearchType, SNESLineSearchCreate(), SNESLineSearchType, SNESLineSearchSetFromOptions(), SNESLineSearchGetType()

Level#

intermediate

Location#

src/snes/linesearch/interface/linesearch.c

Examples#

src/snes/tutorials/ex1f.F90.html
src/ts/tutorials/ex22.c.html
src/ts/tutorials/ex22f.F90.html
src/ts/utils/dmplexlandau/tutorials/ex1.c.html
src/ts/utils/dmplexlandau/tutorials/ex1f90.F90.html


Edit on GitLab

Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages