Searched refs:VecMPISetGhost (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/vec/vec/tutorials/ |
| H A D | ex9.c | 79 PetscCall(VecMPISetGhost(gxs, nghost, ifrom)); in main()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscvec.pxi | 172 PetscErrorCode VecMPISetGhost(PetscVec, PetscInt, const PetscInt*)
|
| H A D | Vec.pyx | 3397 CHKERR(VecMPISetGhost(self.vec, ng, ig))
|
| /petsc/src/vec/vec/impls/mpi/ |
| H A D | pbvec.c | 878 PetscErrorCode VecMPISetGhost(Vec vv, PetscInt nghost, const PetscInt ghosts[]) in VecMPISetGhost() function
|
| /petsc/include/ |
| H A D | petscvec.h | 707 PETSC_EXTERN PetscErrorCode VecMPISetGhost(Vec, PetscInt, const PetscInt[]);
|