QPSMonitor
runs the user provided monitor routines, if they exist
Synopsis
PetscErrorCode QPSMonitor(QPS qps, PetscInt it, PetscReal rnorm)
Collective on QPS
Input Parameters
| qps | - iterative context obtained from QPSCreate()
|
| it | - iteration number
|
| rnorm | - relative norm of the residual
|
Notes
This routine is called by the QPS implementations.
It does not typically need to be called by the user.
See Also
QPSMonitorSet()
Level
developer
Location
src/qps/interface/qps.c
Index of all QPS routines
Table of Contents for all manual pages
Index of all manual pages