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#

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