Home
last modified time | relevance | path

Searched refs:MatGetGhosts (Results 1 – 3 of 3) sorted by relevance

/petsc/src/mat/interface/ftn-custom/
H A Dzmatrixf90.c109 *ierr = MatGetGhosts(*mat, &N, &ghosts); in matgetghosts_()
/petsc/include/
H A Dpetscmat.h903 PETSC_EXTERN PetscErrorCode MatGetGhosts(Mat, PetscInt *, const PetscInt *[]);
/petsc/src/mat/interface/
H A Dmatrix.c469 PetscErrorCode MatGetGhosts(Mat mat, PetscInt *nghosts, const PetscInt *ghosts[]) in MatGetGhosts() function