ViewerAMSGetAMSComm
Gets the AMS communicator associated with the viewer.
Synopsis
int ViewerAMSGetAMSComm(Viewer v,AMS_Comm *ams_comm)
Collective on MPI_Comm
Input Parameters
lab -the viewer
Output Parameter
ams_comm -the AMS communicator
Fortran Note
This routine is not supported in Fortran.
See Also
ViewerDestroy(), ViewerAMSOpen(), VIEWER_AMS_, VIEWER_AMS_WORLD, VIEWER_AMS_SELF
Level:developer
Location:src/sys/src/viewer/impls/ams/ams.c
Index of all Viewer routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/snes/examples/tutorials/ex12.c
src/snes/examples/tutorials/ex15.c