Searched refs:indices_ov_rd (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/utils/ |
| H A D | overlapsplit.c | 17 PetscInt *indices_ov_rd, nroots, nleaves, *localoffsets, *indices_recv; in MatIncreaseOverlapSplit_Single() local 80 PetscCall(PetscCalloc2(localsize, &indices_ov_rd, localsize, &sources_sc_rd)); in MatIncreaseOverlapSplit_Single() 96 indices_ov_rd[0] = indices_ov[0]; in MatIncreaseOverlapSplit_Single() 104 indices_ov_rd[localsize_tmp] = indices_ov[i]; in MatIncreaseOverlapSplit_Single() 126 indices_ov_rd = NULL; in MatIncreaseOverlapSplit_Single() 138 PetscCall(PetscSFReduceBegin(sf, MPIU_INT, indices_ov_rd, indices_recv, MPI_REPLACE)); in MatIncreaseOverlapSplit_Single() 139 PetscCall(PetscSFReduceEnd(sf, MPIU_INT, indices_ov_rd, indices_recv, MPI_REPLACE)); in MatIncreaseOverlapSplit_Single() 141 PetscCall(PetscFree2(indices_ov_rd, sources_sc_rd)); in MatIncreaseOverlapSplit_Single()
|