Lines Matching refs:PetscMPIInt

8   PetscMPIInt     size;  in PetscSFGetGraph_Allgatherv()
20 for (PetscMPIInt i = 0; i < size; i++) { in PetscSFGetGraph_Allgatherv()
35 PetscMPIInt size; in PetscSFSetUp_Allgatherv()
59 PetscMPIInt rank, nRanksWithZeroRoots; in PetscSFSetUp_Allgatherv()
105 PetscMPIInt sendcount, rank, nleaves; in PetscSFBcastBegin_Allgatherv()
134 PetscMPIInt rank, count, recvcount; in PetscSFReduceBegin_Allgatherv()
155 PetscMPIInt nleavesi; in PetscSFReduceBegin_Allgatherv()
218 PetscMPIInt rank; in PetscSFBcastToZero_Allgatherv()
219 PetscMPIInt sendcount; in PetscSFBcastToZero_Allgatherv()
285 PetscMPIInt count; in PetscSFFetchAndOpBegin_Allgatherv()
298 PetscMPIInt size, rank, prev, next; in PetscSFFetchAndOpBegin_Allgatherv()
329 …etscErrorCode PetscSFGetRootRanks_Allgatherv(PetscSF sf, PetscMPIInt *nranks, const PetscMPIInt **… in PetscSFGetRootRanks_Allgatherv()
340 for (PetscMPIInt i = 0; i < size; i++) sf->ranks[i] = i; in PetscSFGetRootRanks_Allgatherv()
343 for (PetscMPIInt i = 0; i < size; i++) { in PetscSFGetRootRanks_Allgatherv()
357 …etscErrorCode PetscSFGetLeafRanks_Allgatherv(PetscSF sf, PetscMPIInt *niranks, const PetscMPIInt *… in PetscSFGetLeafRanks_Allgatherv()
361 PetscMPIInt size, rank; in PetscSFGetLeafRanks_Allgatherv()
377 for (PetscMPIInt i = 0, j = 1; i < size; i++) { in PetscSFGetLeafRanks_Allgatherv()
388 for (PetscMPIInt i = 0; i <= size; i++) dat->ioffset[i] = i * sf->nroots; in PetscSFGetLeafRanks_Allgatherv()
396 for (PetscMPIInt i = 0; i < size; i++) { in PetscSFGetLeafRanks_Allgatherv()