petsc-3.3-p7 2013-05-11

PetscDrawSave

Saves images produced in a PetscDraw into a file as a Gif file using AfterImage

Synopsis

#include "petscdraw.h" 
PetscErrorCode  PetscDrawSetSave(PetscDraw draw,const char *filename,PetscBool movie)
Collective on PetscDraw

Input Parameter

draw - the graphics context
filename - name of the file, if PETSC_NULL uses name of draw object
movie - produce a movie of all the images

Options Database Command

Notes: Requires that PETSc be configured with the option --with-afterimage

See Also

PetscDrawSetFromOptions(), PetscDrawCreate(), PetscDrawDestroy(), PetscDrawSave()

Level:intermediate
Location:
src/sys/draw/interface/drawreg.c
Index of all Draw routines
Table of Contents for all manual pages
Index of all manual pages

-draw_save <filename>- - -draw_save_movie