PETSc version 3.17.3
KSPLSQRMonitorResidualDrawLGCreate
Creates the plotter for the LSQR residual and normal eqn residual.
Synopsis
#include "petscksp.h"
PetscErrorCode KSPLSQRMonitorResidualDrawLGCreate(PetscViewer viewer, PetscViewerFormat format, void *ctx, PetscViewerAndFormat **vf)
Collective on ksp
Input Parameters
| viewer | - The PetscViewer
|
| format | - The viewer format
|
| ctx | - An optional user context
|
Output Parameter
See Also
KSPMonitorSet(), KSPLSQRMonitorResidual()
Level
intermediate
Location
src/ksp/ksp/impls/lsqr/lsqr.c
Index of all KSP routines
Table of Contents for all manual pages
Index of all manual pages