#include "petscdraw.h" PetscErrorCode PetscDrawSetSave(PetscDraw draw,const char *filename,PetscBool movie)Collective on PetscDraw
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 |
Notes: Requires that PETSc be configured with the option --with-afterimage
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 |