#include "petscviewer.h" PetscErrorCode PetscViewerASCIISynchronizedPrintf(PetscViewer viewer,const char format[],...)Not Collective, must call collective PetscViewerFlush() to get the results out
viewer | - the ASCII PetscViewer | |
format | - the usual printf() format string |
Notes: You must have previously called PetscViewerASCIISynchronizeAllow() to allow this routine to be called.
Level:intermediate
Location:src/sys/classes/viewer/impls/ascii/filev.c
Index of all Viewer routines
Table of Contents for all manual pages
Index of all manual pages