petsc-3.4.5 2014-06-29

PetscDrawSynchronizedFlush

Flushes graphical output. This waits until all processors have arrived and flushed, then does a global flush. This is usually done to change the frame for double buffered graphics.

Synopsis

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

Input Parameters

draw -the drawing context

See Also

PetscDrawFlush()

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