VIEWER_SOCKET_
Creates a socket viewer shared by all processors in a communicator.
Synopsis
Viewer VIEWER_SOCKET_(MPI_Comm comm)
Collective on MPI_Comm
Input Parameter
comm -the MPI communicator to share the socket viewer
Notes
Unlike almost all other PETSc routines, VIEWER_SOCKET_ does not return
an error code. The socket viewer is usually used in the form
XXXView(XXX object,VIEWER_SOCKET_(comm));
Currently the only socket client available is Matlab. See
src/dm/da/examples/tests/ex12.c and ex12.m for an example of usage.
See Also
VIEWER_SOCKET_WORLD, VIEWER_SOCKET_SELF, ViewerSocketOpen(),
Level:intermediate
Location:src/sys/src/viewer/impls/socket/send.c
Viewer Index
Table of Contents