petsc-3.15.0 2021-03-30
Report Typos and Errors

PetscDrawDestroy

Deletes a draw context.

Synopsis

#include "petscdraw.h" 
PetscErrorCode  PetscDrawDestroy(PetscDraw *draw)
Collective on PetscDraw

Input Parameters

draw - the drawing context

See Also

PetscDrawCreate()

Level

beginner

Location

src/sys/classes/draw/interface/draw.c

Examples

src/ksp/ksp/tutorials/ex68.c.html
src/ksp/ksp/tutorials/ex69.c.html

Index of all Draw routines
Table of Contents for all manual pages
Index of all manual pages