PetscBarrier
Blocks until this routine is executed by all processors owning the object A.
Input Parameters
A -PETSc object ( Mat, Vec, IS, SNES etc...)
Synopsis
void PetscBarrier(PetscObject obj)
Notes
This routine calls MPI_Barrier with the
communicatorof the PETSc Object "A".
Keywords
barrier, petscobject
Examples
src/mat/examples/tutorials/ex1.c
src/sles/examples/tutorials/ex10.c
Location: include/petsc.h
Logging Index
Table of Contents