GSNESSolutionMonitor

Monitors solution at each GSNES iteration.

Synopsis

#include "petscsnes.h" 
#include "gsolver.h" 
int GSNESSolutionMonitor(GSNES snes, int it, PetscReal rnorm, void *ctx)
Collective on GSNES

Input Parameters

snes - The nonlinear solver context
it - The number of iterations so far
rnorm - The current (approximate) residual norm
ctx - The viewer

Keywords

grid SNES, monitor, solution

See Also

GSNESResidualMonitor(), GSNESErrorMonitor(), SNESDefaultMonitor(), SNESSetMonitor()

Level:advanced
Location:
src/gsolver/interface/gsnes.c
Index of all GSolver routines
Table of Contents for all manual pages
Index of all manual pages