Home
last modified time | relevance | path

Searched refs:VecMPISetGhost (Results 1 – 5 of 5) sorted by relevance

/petsc/src/vec/vec/tutorials/
H A Dex9.c79 PetscCall(VecMPISetGhost(gxs, nghost, ifrom)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscvec.pxi172 PetscErrorCode VecMPISetGhost(PetscVec, PetscInt, const PetscInt*)
H A DVec.pyx3397 CHKERR(VecMPISetGhost(self.vec, ng, ig))
/petsc/src/vec/vec/impls/mpi/
H A Dpbvec.c878 PetscErrorCode VecMPISetGhost(Vec vv, PetscInt nghost, const PetscInt ghosts[]) in VecMPISetGhost() function
/petsc/include/
H A Dpetscvec.h707 PETSC_EXTERN PetscErrorCode VecMPISetGhost(Vec, PetscInt, const PetscInt[]);