KSPGetResidualNorm
Gets the last (approximate preconditioned) residual norm that has been computed.
Synopsis
int KSPGetResidualNorm(KSP ksp,double *rnorm)
Not
Collective
Input Parameters
ksp -the iterative context
Output Parameters
rnorm -residual norm
Keywords
KSP, get, residual norm
See Also
KSPComputeResidual()
Location: src/ksp/interface/iterativ.c
KSP Index
Table of Contents