petsc-3.12.5 2020-03-29
SNESLineSearchSetSNES
Sets the SNES for the linesearch for function evaluation.
Synopsis
#include "petscsnes.h"
PetscErrorCode SNESLineSearchSetSNES(SNESLineSearch linesearch, SNES snes)
Input Parameters
| linesearch | - linesearch context
|
| snes | - The snes instance
|
Notes
This happens automatically when the line search is obtained/created with
SNESGetLineSearch(). This routine is therefore mainly called within SNES
implementations.
See Also
SNESLineSearchGetSNES(), SNESLineSearchSetVecs(), SNES
Level
developer
Location
src/snes/linesearch/interface/linesearch.c
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages