Searched refs:ryindices (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/vec/vec/utils/ ! |
| H A D | vscat.c | 935 PetscInt *rxindices, *ryindices; in VecScatterCreate() local 1006 PetscCall(PetscMalloc2(rlentotal, &rxindices, rlentotal, &ryindices)); in VecScatterCreate() 1015 …PetscCallMPI(MPIU_Irecv(ryindices + disp, count, MPIU_INT, recvfrom[i], tag2, ycomm, rreqs + nrecv… in VecScatterCreate() 1034 …ilocal[k] = ryindices[k] - yrange[yrank]; /* Convert … in VecScatterCreate() 1045 PetscCall(PetscFree2(rxindices, ryindices)); in VecScatterCreate()
|