VIEWER_STDOUT_

Creates a ASCII viewer shared by all processors in a communicator.

Synopsis

Viewer VIEWER_STDOUT_(MPI_Comm comm)
Collective on MPI_Comm

Input Parameter

comm -the MPI communicator to share the viewer

Notes

Unlike almost all other PETSc routines, this does not return an error code. Usually used in the form
     XXXView(XXX object,VIEWER_STDOUT_(comm));

See Also

VIEWER_DRAW_(), ViewerASCIIOpen(), VIEWER_STDERR_, VIEWER_STDOUT_WORLD,
VIEWER_STDOUT_SELF

Level:beginner
Location:src/sys/src/viewer/impls/ascii/vcreatea.c
Viewer Index
Table of Contents