Searched refs:max_lsize (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiov.c | 235 PetscInt col, lsize, max_lsize, *indices_temp, *indices_i; in MatIncreaseOverlap_MPIAIJ_Receive_Scalable() local 240 max_lsize = 0; in MatIncreaseOverlap_MPIAIJ_Receive_Scalable() 244 max_lsize = lsize > max_lsize ? lsize : max_lsize; in MatIncreaseOverlap_MPIAIJ_Receive_Scalable() 247 PetscCall(PetscMalloc2((max_lsize + nrecvs) * nidx, &indices_temp, nidx, &iscomms)); in MatIncreaseOverlap_MPIAIJ_Receive_Scalable() 251 …PetscCall(PetscArraycpy(PetscSafePointerPlusOffset(indices_temp, i * (max_lsize + nrecvs)), indice… in MatIncreaseOverlap_MPIAIJ_Receive_Scalable() 259 indices_i = indices_temp + (max_lsize + nrecvs) * is_id; in MatIncreaseOverlap_MPIAIJ_Receive_Scalable() 269 indices_i = PetscSafePointerPlusOffset(indices_temp, (max_lsize + nrecvs) * i); in MatIncreaseOverlap_MPIAIJ_Receive_Scalable()
|