VIEWER_STDERR_

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

Synopsis

#include "petsc.h"   
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
Index of all Viewer routines
Table of Contents for all manual pages
Index of all manual pages