VIEWER_BINARY_
Creates a binary viewer shared by all processors in a communicator.
Synopsis
#include "petsc.h"
Viewer VIEWER_BINARY_(MPI_Comm comm)
Collective on MPI_Comm
Input Parameter
comm -the MPI communicator to share the binary viewer
Options Database Keys
-viewer_binary_filename <name>
Environmental variables
PETSC_VIEWER_BINARY_FILENAME -
Notes:
Unlike almost all other PETSc routines, VIEWER_BINARY_ does not return
an error code. The binary viewer is usually used in the form
XXXView(XXX object,VIEWER_BINARY_(comm));
See Also
VIEWER_BINARY_WORLD, VIEWER_BINARY_SELF, ViewerBinaryOpen(), ViewerCreate(),
ViewerDestroy()
Level:intermediate
Location:src/sys/src/viewer/impls/binary/binv.c
Index of all Viewer routines
Table of Contents for all manual pages
Index of all manual pages