Searched refs:partGlobal (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexpartition.c | 1898 PetscInt *partGlobal; in DMPlexRebalanceSharedPoints() local 1911 PetscCall(PetscMalloc1(numRows, &partGlobal)); in DMPlexRebalanceSharedPoints() 1932 …adj, (idx_t *)adjncy, vtxwgt_g, NULL, NULL, &nparts, tpwgts, ubvec, options, &edgecut, partGlobal); in DMPlexRebalanceSharedPoints() 1950 …PetscCallMPI(MPI_Scatterv(partGlobal, counts, mpiCumSumVertices, MPIU_INT, part, counts[rank], MPI… in DMPlexRebalanceSharedPoints() 1953 PetscCall(PetscFree(partGlobal)); in DMPlexRebalanceSharedPoints()
|