petsc-3.3-p7 2013-05-11

PetscViewerASCIISynchronizedAllow

Allows calls to PetscViewerASCIISynchronizedPrintf() for this viewer

Synopsis

#include "petscsys.h"   
PetscErrorCode  PetscViewerASCIISynchronizedAllow(PetscViewer viewer,PetscBool allow)
Collective on PetscViewer

Input Parameters

viewer - optained with PetscViewerASCIIOpen()
allow - PETSC_TRUE to allow the synchronized printing

See Also

PetscPrintf(), PetscSynchronizedPrintf(), PetscViewerASCIIPrintf(),
PetscViewerASCIIPopTab(), PetscViewerASCIISynchronizedPrintf(), PetscViewerASCIIOpen(), PetscViewerCreate(), PetscViewerDestroy(), PetscViewerSetType(), PetscViewerASCIIGetPointer()

Level:intermediate
Location:
src/sys/viewer/impls/ascii/filev.c
Index of all Viewer routines
Table of Contents for all manual pages
Index of all manual pages