Lines Matching refs:indvc_ij
285 PetscInt *indv_counts, indvc_ij, *sbsizes, *indices_tmp, *offsets; in MatIncreaseOverlap_MPIAIJ_Send_Scalable() local
324 indvc_ij = 0; in MatIncreaseOverlap_MPIAIJ_Send_Scalable()
332 indices_tmp[indvc_ij++] = col; /* do not count the rows from the original rank */ in MatIncreaseOverlap_MPIAIJ_Send_Scalable()
338 indices_tmp[indvc_ij++] = col; in MatIncreaseOverlap_MPIAIJ_Send_Scalable()
341 PetscCall(PetscSortRemoveDupsInt(&indvc_ij, indices_tmp)); in MatIncreaseOverlap_MPIAIJ_Send_Scalable()
342 indv_counts[i * nidx + j] = indvc_ij; in MatIncreaseOverlap_MPIAIJ_Send_Scalable()
343 totalrows += indvc_ij; in MatIncreaseOverlap_MPIAIJ_Send_Scalable()
361 indvc_ij = 0; in MatIncreaseOverlap_MPIAIJ_Send_Scalable()
372 indices_tmp[indvc_ij++] = col; in MatIncreaseOverlap_MPIAIJ_Send_Scalable()
378 indices_tmp[indvc_ij++] = col; in MatIncreaseOverlap_MPIAIJ_Send_Scalable()
381 PetscCall(PetscSortRemoveDupsInt(&indvc_ij, indices_tmp)); in MatIncreaseOverlap_MPIAIJ_Send_Scalable()
382 sbsizes[2 * i] += indvc_ij; in MatIncreaseOverlap_MPIAIJ_Send_Scalable()
383 PetscCall(PetscArraycpy(sbdata + totalrows, indices_tmp, indvc_ij)); in MatIncreaseOverlap_MPIAIJ_Send_Scalable()
384 totalrows += indvc_ij; in MatIncreaseOverlap_MPIAIJ_Send_Scalable()