GVecRhsKSPMonitor

Displays the right hand side for the linear system at the first iteration.

Synopsis

int GVecRhsKSPMonitor(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(),
GVecResidualKSPMonitor(), GVecErrorKSPMonitor()

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