Home
last modified time | relevance | path

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

/petsc/src/vec/vec/utils/
H A Dvscat.c935 PetscInt *rxindices, *ryindices; in VecScatterCreate() local
1006 PetscCall(PetscMalloc2(rlentotal, &rxindices, rlentotal, &ryindices)); in VecScatterCreate()
1014 … PetscCallMPI(MPIU_Irecv(rxindices + disp, count, MPIU_INT, recvfrom[i], tag1, ycomm, rreqs + i)); in VecScatterCreate()
1035 …PetscCall(PetscLayoutFindOwnerIndex(xlayout, rxindices[k], &rank, &iremote[k].index)); /* Convert … in VecScatterCreate()
1045 PetscCall(PetscFree2(rxindices, ryindices)); in VecScatterCreate()