Home
last modified time | relevance | path

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

/petsc/src/vec/vec/utils/
H A Dvscat.c669 MPI_Comm xcomm, ycomm, bigcomm; in VecScatterCreate() local
689 PetscCall(PetscObjectGetComm((PetscObject)y, &ycomm)); in VecScatterCreate()
690 PetscCallMPI(MPI_Comm_size(ycomm, &ycommsize)); in VecScatterCreate()
692 PetscCallMPI(MPI_Comm_compare(xcomm, ycomm, &result)); in VecScatterCreate()
795 bigcomm = (xcommsize == 1) ? ycomm : xcomm; in VecScatterCreate()
850 PetscCall(VecCreateMPIWithArray(ycomm, 1, ylen / bs, PETSC_DECIDE, NULL, &yy)); in VecScatterCreate()
903 PetscCall(PetscSFCreate(ycomm,&tmpsf)); in VecScatterCreate()
995 PetscCall(PetscGatherNumberOfMessages_Private(ycomm, NULL, slens, &nrecv)); in VecScatterCreate()
996 PetscCall(PetscGatherMessageLengths_Private(ycomm, nsend, nrecv, slens, &recvfrom, &rlens)); in VecScatterCreate()
1004 PetscCall(PetscCommGetNewTag(ycomm, &tag1)); in VecScatterCreate()
[all …]