Lines Matching refs:data1_start
164 PetscInt idx, isz, col, *n, *data1, **data1_start, *data2, *data2_i, *data, *data_i, len; in MatIncreaseOverlap_MPISBAIJ_Once() local
213 PetscCall(PetscMalloc1(size, &data1_start)); in MatIncreaseOverlap_MPISBAIJ_Once()
214 for (i = 0; i < size; i++) data1_start[i] = data1 + i * len; in MatIncreaseOverlap_MPISBAIJ_Once()
254 *data1_start[proc_id] = is_max; in MatIncreaseOverlap_MPISBAIJ_Once()
255 data1_start[proc_id]++; in MatIncreaseOverlap_MPISBAIJ_Once()
258 *data1_start[proc_id] = n[j]; in MatIncreaseOverlap_MPISBAIJ_Once()
260 *data1_start[proc_id] = 0; in MatIncreaseOverlap_MPISBAIJ_Once()
262 data1_start[proc_id]++; in MatIncreaseOverlap_MPISBAIJ_Once()
270 *data1_start[rank] = idx; in MatIncreaseOverlap_MPISBAIJ_Once()
271 data1_start[rank]++; /* for local processing */ in MatIncreaseOverlap_MPISBAIJ_Once()
276 *data1_start[proc_id] = idx; in MatIncreaseOverlap_MPISBAIJ_Once()
277 data1_start[proc_id]++; in MatIncreaseOverlap_MPISBAIJ_Once()
293 data1_start[i] = data1 + i * len; in MatIncreaseOverlap_MPISBAIJ_Once()
313 …PetscCallMPI(MPIU_Isend(data1_start[proc_id], len_s[proc_id], MPIU_INT, proc_id, tag1, comm, s_wai… in MatIncreaseOverlap_MPISBAIJ_Once()
388 PetscCall(MatIncreaseOverlap_MPISBAIJ_Local(C, data1_start[rank], MINE, data, table)); in MatIncreaseOverlap_MPISBAIJ_Once()
389 PetscCall(PetscFree(data1_start)); in MatIncreaseOverlap_MPISBAIJ_Once()