Searched refs:MatGetGhosts (Results 1 – 3 of 3) sorted by relevance
109 *ierr = MatGetGhosts(*mat, &N, &ghosts); in matgetghosts_()
903 PETSC_EXTERN PetscErrorCode MatGetGhosts(Mat, PetscInt *, const PetscInt *[]);
469 PetscErrorCode MatGetGhosts(Mat mat, PetscInt *nghosts, const PetscInt *ghosts[]) in MatGetGhosts() function