# KSPMonitorTrueResidualDrawLGCreate
Creates the context for the true residual monitor `KSPMonitorTrueResidualDrawLG()` 
## Synopsis
```
#include "petscksp.h" 
PetscErrorCode KSPMonitorTrueResidualDrawLGCreate(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
 [](chapter_ksp), `PETSCVIEWERDRAW`, `KSP`, `KSPMonitorSet()`, `KSPMonitorTrueResidual()`

## Level
intermediate

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ksp/ksp/interface/iterativ.c.html#KSPMonitorTrueResidualDrawLGCreate">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](/docs/manualpages/index.md)  
[Index of all manual pages](/docs/manualpages/singleindex.md)  
