PETSC_VIEWER_PYTHON_#
Creates a Python PetscViewer
shared by all MPI processes in a communicator.
Synopsis#
#include "petscsys.h"
PetscViewer PETSC_VIEWER_PYTHON_(MPI_Comm comm)
Collective
Input Parameter#
comm - the MPI communicator to share the
PetscViewer
Note#
Unlike almost all other PETSc routines, PETSC_VIEWER_PYTHON_()
does not return
an error code. It is usually used in the form
.vb
XXXView(XXX object, PETSC_VIEWER_PYTHON_(comm));
.ve
See Also#
Level#
developer
Location#
src/sys/classes/viewer/impls/python/pythonviewer.c
Index of all Viewer routines
Table of Contents for all manual pages
Index of all manual pages