PCMultiLevelUpdateSNES

This function updates the nonlinear iterate for the PC context at each Newton step so that the appropriate system reduction may be performed.

Synopsis

int PCMultiLevelUpdateSNES(SNES snes, int step)
Collective on SNES

Input Parameters

snes - The SNES
step - The Newton step

Note

This is usually used internally to keep track of the current solution in an nonlinear iteration.

Keywords

SNES, multilevel, update

See Also

PCMultiLevelCubicLineSearch

Level:advanced
Location:
src/snes/impls/ml/mlSNES.c
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages