Searched refs:pedgeCut (Results 1 – 1 of 1) sorted by relevance
594 PetscInt nid, i, pedgeCut; in PetscPartitionerPartition_Multistage() local679 pedgeCut = 0; in PetscPartitionerPartition_Multistage()687 if (!prank) pedgeCut = ppart->edgeCut; /* only the master rank will reduce */ in PetscPartitionerPartition_Multistage()729 p->edgeCut[p->stage] = pedgeCut; in PetscPartitionerPartition_Multistage()731 for (i = 0; i < p->stage; i++) pedgeCut += p->edgeCut[i]; in PetscPartitionerPartition_Multistage()733 PetscCallMPI(MPI_Reduce(&pedgeCut, &part->edgeCut, 1, MPIU_INT, MPI_SUM, 0, comm)); in PetscPartitionerPartition_Multistage()