Home
last modified time | relevance | path

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

/petsc/src/vec/is/is/utils/
H A Discoloring.c409 PetscInt *send_indices, rstart, *recv_indices, nrecvs, nsends; in ISBuildTwoSided() local
464 PetscCall(PetscCalloc1(nrecvs, &recv_indices)); in ISBuildTwoSided()
478 PetscCall(PetscSFBcastBegin(sf, MPIU_INT, send_indices, recv_indices, MPI_REPLACE)); in ISBuildTwoSided()
479 PetscCall(PetscSFBcastEnd(sf, MPIU_INT, send_indices, recv_indices, MPI_REPLACE)); in ISBuildTwoSided()
486 PetscCall(PetscSortInt(nrecvs, recv_indices)); in ISBuildTwoSided()
487 PetscCall(ISCreateGeneral(comm, nrecvs, recv_indices, PETSC_OWN_POINTER, rows)); in ISBuildTwoSided()
489 PetscCall(PetscFree(recv_indices)); in ISBuildTwoSided()