Lines Matching refs:numRanks
1102 PetscInt numRanks, numPoints, r; in DMPlexPartitionLabelClosure() local
1106 PetscCall(ISGetLocalSize(rankIS, &numRanks)); in DMPlexPartitionLabelClosure()
1108 for (r = 0; r < numRanks; ++r) { in DMPlexPartitionLabelClosure()
1139 PetscInt numRanks, numPoints, r, p, a, adjSize; in DMPlexPartitionLabelAdjacency() local
1144 PetscCall(ISGetLocalSize(rankIS, &numRanks)); in DMPlexPartitionLabelAdjacency()
1146 for (r = 0; r < numRanks; ++r) { in DMPlexPartitionLabelAdjacency()
1189 PetscInt numRanks, r; in DMPlexPartitionLabelPropagate() local
1198 PetscCall(ISGetLocalSize(rankIS, &numRanks)); in DMPlexPartitionLabelPropagate()
1200 for (r = 0; r < numRanks; ++r) { in DMPlexPartitionLabelPropagate()
1213 PetscCall(ISGetLocalSize(rankIS, &numRanks)); in DMPlexPartitionLabelPropagate()
1215 for (r = 0; r < numRanks; ++r) { in DMPlexPartitionLabelPropagate()