petsc-3.8.4 2018-03-24
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