:orphan: # PetscDrawOpenNull Opens a null drawing context. All draw commands to it are ignored. ## Synopsis ``` #include "petscdraw.h" PetscErrorCode PetscDrawOpenNull(MPI_Comm comm, PetscDraw *win) ``` ## Input Parameter - ***comm -*** MPI communicator ## Output Parameter - ***draw -*** the drawing context ## See Also `PetscDraw`, `PetscDrawIsNull()`, `PETSC_DRAW_NULL`, `PetscDrawOpenX()`, `PetscDrawIsNull()` ## Level advanced ## Location src/sys/classes/draw/impls/null/drawnull.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/sys/classes/draw/impls/null/drawnull.c) [Index of all Draw routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)