petsc-3.3-p7 2013-05-11

SNESSetIterationNumber

Sets the current iteration number.

Synopsis

#include "petscsnes.h"  
#include "petscdmshell.h" 
#include "petscsys.h" 
PetscErrorCode  SNESSetIterationNumber(SNES snes,PetscInt iter)
Not Collective

Input Parameter

snes -SNES context
iter -iteration number

Keywords

SNES, nonlinear, set, iteration, number,

See Also

SNESGetFunctionNorm(), SNESGetLinearSolveIterations()

Level:developer
Location:
src/snes/interface/snes.c
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages