PetscViewerDrawSetDrawType#
Set the underlying PetscDrawType used by a PETSCVIEWERDRAW viewer.
Synopsis#
#include "petscdraw.h"
#include "petscviewer.h"
PetscErrorCode PetscViewerDrawSetDrawType(PetscViewer v, PetscDrawType drawtype)
Logically Collective
Input Parameters#
v - the
PETSCVIEWERDRAWviewerdrawtype - the
PetscDrawType(e.g.PETSC_DRAW_X,PETSC_DRAW_IMAGE,PETSC_DRAW_NULL)
Note#
If v is not a PETSCVIEWERDRAW viewer, the call is a no-op.
See Also#
PetscViewer, PETSCVIEWERDRAW, PetscDrawType, PetscViewerDrawGetDrawType(), PetscViewerDrawGetDraw()
Level#
advanced
Location#
src/sys/classes/viewer/impls/draw/draw/fdrawv.c
Index of all Draw routines
Table of Contents for all manual pages
Index of all manual pages