:orphan:
# KSPMonitorResidualDrawLGCreate
Creates the context for the (possibly preconditioned) residual norm monitor `KSPMonitorResidualDrawLG()` 
## Synopsis
```
#include "petscksp.h" 
PetscErrorCode KSPMonitorResidualDrawLGCreate(PetscViewer viewer, PetscViewerFormat format, void *ctx, PetscViewerAndFormat **vf)
```
Collective


## Input Parameters

- ***viewer -*** The `PetscViewer` of type `PETSCVIEWERDRAW`
- ***format -*** The viewer format
- ***ctx    -*** An optional user context



## Output Parameter

- ***vf    -*** The viewer context





## See Also
 [](ch_ksp), `KSP`, `PETSCVIEWERDRAW`, `KSPMonitorSet()`, `KSPMonitorTrueResidual()`, `KSPMonitorResidualDrawLG()`,
`PetscViewerFormat`, `PetscViewer`, `PetscViewerAndFormat`

## Level
intermediate

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ksp/ksp/interface/iterativ.c.html#KSPMonitorResidualDrawLGCreate">src/ksp/ksp/interface/iterativ.c</A>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/ksp/ksp/interface/iterativ.c)


[Index of all KSP routines](index.md)  
[Table of Contents for all manual pages](/manualpages/index.md)  
[Index of all manual pages](/manualpages/singleindex.md)  
