Home
last modified time | relevance | path

Searched refs:indvc_ij (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
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()
[all …]