PETSc version 3.17.4
KSPMonitorSNESResidualDrawLGCreate
Creates the plotter for the linear SNES residual.
Synopsis
#include "petsc/private/snesimpl.h"
PetscErrorCode KSPMonitorSNESResidualDrawLGCreate(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(), KSPMonitorTrueResidual()
Level
intermediate
Location
src/snes/interface/snesut.c
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages