Searched refs:VecGhostGetGhostIS (Results 1 – 6 of 6) sorted by relevance
153 PetscCall(VecGhostGetGhostIS(gx, &ghost)); in main()
439 PetscCall(VecGhostGetGhostIS(X, &ghostis)); in VecGetLocalToGlobalMapping_MPI_VecGhost()802 PetscErrorCode VecGhostGetGhostIS(Vec X, IS *ghost) in VecGhostGetGhostIS() function
69 - Add `VecGhostGetGhostIS()` to get the ghost indices of a ghosted vector
173 PetscErrorCode VecGhostGetGhostIS(PetscVec, PetscIS*)
3411 petsc.VecGhostGetGhostIS3415 CHKERR(VecGhostGetGhostIS(self.vec, &indices))
712 PETSC_EXTERN PetscErrorCode VecGhostGetGhostIS(Vec, IS *);