petsc-3.5.4 2015-05-23
Report Typos and Errors

PetscDrawFlush

Flushs graphical output.

Synopsis

#include "petscdraw.h" 
PetscErrorCode  PetscDrawFlush(PetscDraw draw)
Not collective (Use PetscDrawSynchronizedFlush() for collective)

Input Parameters

draw -the drawing context

See Also

PetscDrawSynchronizedFlush()

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

Examples

src/dm/examples/tutorials/ex6.c.html