petsc-3.3-p7 2013-05-11

SNESDefaultUpdate

The default update function which does nothing.

Synopsis

#include "petscsnes.h"  
#include "petscdmshell.h" 
#include "petscsys.h" 
PetscErrorCode  SNESDefaultUpdate(SNES snes, PetscInt step)
Not collective

Input Parameters

snes -The nonlinear solver context
step -The current step of the iteration

Keywords

SNES, update

See Also

SNESSetUpdate(), SNESDefaultRhsBC(), SNESDefaultShortolutionBC()

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