PetscDrawRestoreSingleton#
Remove access to a PetscDraw object obtained with PetscDrawGetSingleton() by the one process.
Synopsis#
#include "petscdraw.h" 
PetscErrorCode PetscDrawRestoreSingleton(PetscDraw draw, PetscDraw *sdraw)
Collective
Input Parameters#
- draw - the original window 
- sdraw - the singleton window 
See Also#
PetscDraw, PetscDrawGetSingleton(), PetscViewerGetSingleton(), PetscViewerRestoreSingleton()
Level#
advanced
Location#
Implementations#
PetscDrawRestoreSingleton_Image() in src/sys/classes/draw/impls/image/drawimage.c
PetscDrawRestoreSingleton_Null() in src/sys/classes/draw/impls/null/drawnull.c
PetscDrawRestoreSingleton_X() in src/sys/classes/draw/impls/x/xops.c
Index of all Draw routines
Table of Contents for all manual pages
Index of all manual pages