SNESUpdateFn#
A prototype of a SNES update function that would be passed to SNESSetUpdate()
Synopsis#
PETSC_EXTERN_TYPEDEF typedef PetscErrorCode SNESUpdateFn(SNES snes, PetscInt step);
Calling Sequence#
- snes - - SNEScontext
- step - the current iteration index 
See Also#
Level#
advanced
Location#
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages