VIEWER_STDERR_
Creates a ASCII viewer shared by all processors in a communicator.
Synopsis
Viewer VIEWER_STDERR_(MPI_Comm comm)
Collective on MPI_Comm
Input Parameter
comm -the MPI communicator to share the viewer
Note
Unlike almost all other PETSc routines, this does not return
an error code. Usually used in the form
XXXView(XXX object,VIEWER_STDERR_(comm));
See Also
VIEWER_DRAW_, ViewerASCIIOpen(), VIEWER_STDOUT_, VIEWER_STDOUT_WORLD,
VIEWER_STDOUT_SELF, VIEWER_STDERR_WORLD, VIEWER_STDERR_SELF
Level:beginner
Location:src/sys/src/viewer/impls/ascii/vcreatea.c
Viewer Index
Table of Contents