SNESGetSolutionUpdate
Returns the vector where the solution update is stored.
Synopsis
int SNESGetSolutionUpdate(SNES snes,Vec *x)
Not Collective, but Vec is parallel if SNES is
parallel
Input Parameter
snes -the SNES context
Output Parameter
x -the solution update
Keywords
SNES, nonlinear, get, solution, update
See Also
SNESGetSolution(), SNESGetFunction
Location: src/snes/interface/snes.c
SNES Index
Table of Contents