Searched refs:nmerged (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/network/ |
| H A D | network.c | 535 PetscInt net, idx, gidx, nmerged, gidx_from, net_from, sv_idx; in GetEdgelist_Coupling() local 559 nmerged = 0; /* local num of merged vertices */ in GetEdgelist_Coupling() 572 nmerged++; /* a shared vertex -- merged */ in GetEdgelist_Coupling() 587 PetscCallMPI(MPIU_Allreduce(&nmerged, &np, 1, MPIU_INT, MPI_SUM, comm)); in GetEdgelist_Coupling() 606 *nmerged_ptr = nmerged; in GetEdgelist_Coupling() 661 PetscInt nmerged = 0; in DMNetworkLayoutSetUp() local 681 PetscCall(GetEdgelist_Coupling(dm, edges, &nmerged)); in DMNetworkLayoutSetUp()
|