:orphan: # KSPMonitorSNESResidualDrawLGCreate Creates the `PetscViewer` used by `KSPMonitorSNESResidualDrawLG()` ## Synopsis ``` #include "petsc/private/snesimpl.h" PetscErrorCode KSPMonitorSNESResidualDrawLGCreate(PetscViewer viewer, PetscViewerFormat format, void *ctx, PetscViewerAndFormat **vf) ``` Collective ## Input Parameters - ***viewer -*** The `PetscViewer` - ***format -*** The viewer format - ***ctx -*** An optional user context ## Output Parameter - ***vf -*** The viewer context ## See Also [](ch_snes), `KSP`, `SNES`, `PetscViewerFormat`, `PetscViewerAndFormat`, `KSPMonitorSet()`, `KSPMonitorTrueResidual()` ## Level intermediate ## Location src/snes/interface/snesut.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/snes/interface/snesut.c) [Index of all SNES routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)