petsc-3.14.6 2021-03-30
Report Typos and Errors
PetscViewerASCIIPushSynchronized
Allows calls to
PetscViewerASCIISynchronizedPrintf
() for this viewer
Synopsis
#include "petscviewer.h"
PetscErrorCode
PetscViewerASCIIPushSynchronized
(
PetscViewer
viewer)
Collective on
PetscViewer
Input Parameters
viewer
- obtained with
PetscViewerASCIIOpen
()
Notes
See documentation of
PetscViewerASCIISynchronizedPrintf
() for more details how the synchronized output should be done properly.
See Also
PetscViewerASCIISynchronizedPrintf
(),
PetscViewerFlush
(),
PetscViewerASCIIPopSynchronized
(),
PetscSynchronizedPrintf
(),
PetscViewerASCIIPrintf
(),
PetscViewerASCIIOpen
(),
PetscViewerCreate
(),
PetscViewerDestroy
(),
PetscViewerSetType
()
Level
intermediate
Location
src/sys/classes/viewer/impls/ascii/filev.c
Examples
src/vec/is/sf/tutorials/ex1.c.html
src/dm/tutorials/swarm_ex1.c.html
Index of all Viewer routines
Table of Contents for all manual pages
Index of all manual pages