Searched refs:globalNumbersOfLocalOwnedVertices (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexpartition.c | 1677 PetscInt *globalNumbersOfLocalOwnedVertices, *leafGlobalNumbers; in DMPlexRebalanceSharedPoints() local 1779 PetscCall(PetscMalloc1(pEnd - pStart, &globalNumbersOfLocalOwnedVertices)); in DMPlexRebalanceSharedPoints() 1780 for (i = 0; i < pEnd - pStart; i++) globalNumbersOfLocalOwnedVertices[i] = pStart - 1; in DMPlexRebalanceSharedPoints() 1786 globalNumbersOfLocalOwnedVertices[i] = counter + 1 + offset; in DMPlexRebalanceSharedPoints() 1794 …PetscCall(PetscSFBcastBegin(sf, MPIU_INT, globalNumbersOfLocalOwnedVertices, leafGlobalNumbers, MP… in DMPlexRebalanceSharedPoints() 1795 …PetscCall(PetscSFBcastEnd(sf, MPIU_INT, globalNumbersOfLocalOwnedVertices, leafGlobalNumbers, MPI_… in DMPlexRebalanceSharedPoints() 1806 if (isNonExclusivelyOwned[i]) jdx = globalNumbersOfLocalOwnedVertices[i]; in DMPlexRebalanceSharedPoints() 1813 PetscCall(PetscFree(globalNumbersOfLocalOwnedVertices)); in DMPlexRebalanceSharedPoints()
|