petsc-3.3-p7 2013-05-11
PETSC_VIEWER_AMS_
Creates an AMS memory snooper PetscViewer shared by all processors in a communicator.
Synopsis
PetscViewer PETSC_VIEWER_AMS_(MPI_Comm comm)
Collective on MPI_Comm
Input Parameters
comm -the MPI communicator to share the PetscViewer
Notes
Unlike almost all other PETSc routines, PetscViewer_AMS_ does not return
an error code. The window PetscViewer is usually used in the form
XXXView(XXX object,PETSC_VIEWER_AMS_(comm));
See Also
PetscViewer_AMS_WORLD, PetscViewer_AMS_SELF, PetscViewerAMSOpen(),
Level:developer
Location:src/sys/viewer/impls/ams/ams.c
Index of all Viewer routines
Table of Contents for all manual pages
Index of all manual pages