Searched refs:rlocalindex (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/impls/adj/mpi/ |
| H A D | mpiadj.c | 12 PetscInt nlrows_is, icols_n, i, j, nroots, nleaves, rlocalindex, *ncols_send, *ncols_recv; in MatCreateSubMatrix_MPIAdj_data() local 34 rlocalindex = -1; in MatCreateSubMatrix_MPIAdj_data() 35 PetscCall(PetscLayoutFindOwnerIndex(rmap, irows_indices[i], &owner, &rlocalindex)); in MatCreateSubMatrix_MPIAdj_data() 37 iremote[i].index = rlocalindex; in MatCreateSubMatrix_MPIAdj_data()
|