petsc-3.7.1 2016-05-15
Report Typos and Errors

PETSC_VIEWER_STDERR_

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

Synopsis

#include "petscsys.h"   
PetscViewer  PETSC_VIEWER_STDERR_(MPI_Comm comm)
Collective on MPI_Comm Many br

Input Parameter

comm -the MPI communicator to share the PetscViewer Many br

Many br

Note

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

See Also

PETSC_VIEWER_DRAW_, PetscViewerASCIIOpen(), PETSC_VIEWER_STDOUT_, PETSC_VIEWER_STDOUT_WORLD,
PETSC_VIEWER_STDOUT_SELF, PETSC_VIEWER_STDERR_WORLD, PETSC_VIEWER_STDERR_SELF Many br

Level:beginner
Location:
src/sys/classes/viewer/impls/ascii/vcreatea.c
Index of all Viewer routines
Table of Contents for all manual pages
Index of all manual pages