PetscViewer PETSC_VIEWER_SOCKET_(MPI_Comm comm)
-viewer_socket_machine <machine>
-viewer_socket_port <port>
XXXView(XXX object,PETSC_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.
Connects to a waiting socket and stays connected until PetscViewerDestroy() is called.
Level:intermediate Location:src/sys/src/viewer/impls/socket/send.c Index of all Viewer routines Table of Contents for all manual pages Index of all manual pages