Home
last modified time | relevance | path

Searched refs:VecGhostGetGhostIS (Results 1 – 6 of 6) sorted by relevance

/petsc/src/vec/vec/tutorials/
H A Dex9.c153 PetscCall(VecGhostGetGhostIS(gx, &ghost)); in main()
/petsc/src/vec/vec/impls/mpi/
H A Dpbvec.c439 PetscCall(VecGhostGetGhostIS(X, &ghostis)); in VecGetLocalToGlobalMapping_MPI_VecGhost()
802 PetscErrorCode VecGhostGetGhostIS(Vec X, IS *ghost) in VecGhostGetGhostIS() function
/petsc/doc/changes/
H A D321.md69 - Add `VecGhostGetGhostIS()` to get the ghost indices of a ghosted vector
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscvec.pxi173 PetscErrorCode VecGhostGetGhostIS(PetscVec, PetscIS*)
H A DVec.pyx3411 petsc.VecGhostGetGhostIS
3415 CHKERR(VecGhostGetGhostIS(self.vec, &indices))
/petsc/include/
H A Dpetscvec.h712 PETSC_EXTERN PetscErrorCode VecGhostGetGhostIS(Vec, IS *);