PetscViewerASCIIPushSynchronized#
Allows calls to PetscViewerASCIISynchronizedPrintf()
for this viewer
Synopsis#
#include "petscviewer.h"
PetscErrorCode PetscViewerASCIIPushSynchronized(PetscViewer viewer)
Collective
Input Parameter#
viewer - obtained with
PetscViewerASCIIOpen()
Note#
See documentation of PetscViewerASCIISynchronizedPrintf()
for more details how the synchronized output should be done properly.
See Also#
Viewers: Looking at PETSc Objects, PetscViewerASCIISynchronizedPrintf()
, PetscViewerFlush()
, PetscViewerASCIIPopSynchronized()
,
PetscSynchronizedPrintf()
, PetscViewerASCIIPrintf()
, PetscViewerASCIIOpen()
,
PetscViewerCreate()
, PetscViewerDestroy()
, PetscViewerSetType()
Level#
intermediate
Location#
Examples#
src/dm/tutorials/swarm_ex1.c
src/vec/is/sf/tutorials/ex1.c
Index of all Viewer routines
Table of Contents for all manual pages
Index of all manual pages