#include "petscmat.h" PetscErrorCode MatGetGhosts(Mat mat,PetscInt *nghosts,const PetscInt *ghosts[])Collective on Mat
nghosts | - number of ghosts (note for BAIJ matrices there is one ghost for each block) | |
ghosts | - the global indices of the ghost points |