GVecResidualKSPMonitor

Monitors residual at each KSP iteration.

Synopsis

int GVecResidualKSPMonitor(KSP ksp,int it,double rnorm,void* dummy)
Collective on KSP

Input Parameters

ksp - the Krylov subspace context
it - the number of iterations so far
rnorm - the current (approximate) residual norm
ctx - viewer

See Also

KSPDefaultMonitor(),KSPSetMonitor(),GVecSolutionKSPMonitor(),
GVecRhsKSPMonitor(), GVecErrorKSPMonitor()

Location: src/gvec/interface/gvecksp.c
Discrete Function Index
Table of Contents