Home
last modified time | relevance | path

Searched refs:indices_tmp (Results 1 – 1 of 1) sorted by relevance

/petsc/src/mat/impls/aij/mpi/
H A Dmpiov.c285 PetscInt *indv_counts, indvc_ij, *sbsizes, *indices_tmp, *offsets; in MatIncreaseOverlap_MPIAIJ_Send_Scalable() local
310 …ows_data_ptr, nidx, &rows_data, nidx, &rows_pos_i, nfrom * nidx, &indv_counts, tnz, &indices_tmp)); 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()
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()
383 PetscCall(PetscArraycpy(sbdata + totalrows, indices_tmp, indvc_ij)); in MatIncreaseOverlap_MPIAIJ_Send_Scalable()
396 PetscCall(PetscFree5(rows_data_ptr, rows_data, rows_pos_i, indv_counts, indices_tmp)); in MatIncreaseOverlap_MPIAIJ_Send_Scalable()