petsc-3.9.4 2018-09-11
PetscViewerASCIIPopSynchronized
Undoes most recent PetscViewerASCIIPushSynchronized() for this viewer
Synopsis
#include "petscviewer.h"
PetscErrorCode PetscViewerASCIIPopSynchronized(PetscViewer viewer)
Collective on PetscViewer
Input Parameters
viewer -obtained with PetscViewerASCIIOpen()
See Also
PetscViewerASCIIPushSynchronized(), PetscPrintf(), PetscSynchronizedPrintf(), PetscViewerASCIIPrintf(),
PetscViewerASCIIPopTab(), PetscViewerASCIISynchronizedPrintf(), PetscViewerASCIIOpen(),
PetscViewerCreate(), PetscViewerDestroy(), PetscViewerSetType(), PetscViewerASCIIGetPointer()
Level
intermediate
Location
src/sys/classes/viewer/impls/ascii/filev.c
Examples
src/dm/examples/tutorials/swarm_ex1.c.html
Index of all Viewer routines
Table of Contents for all manual pages
Index of all manual pages