Searched refs:indvc_ij (Results 1 – 1 of 1) sorted by relevance
285 PetscInt *indv_counts, indvc_ij, *sbsizes, *indices_tmp, *offsets; in MatIncreaseOverlap_MPIAIJ_Send_Scalable() local324 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()[all …]