Searched refs:leafGlobalNumbers (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 1793 PetscCall(PetscMalloc1(pEnd - pStart, &leafGlobalNumbers)); in DMPlexRebalanceSharedPoints() 1794 …PetscCall(PetscSFBcastBegin(sf, MPIU_INT, globalNumbersOfLocalOwnedVertices, leafGlobalNumbers, MP… in DMPlexRebalanceSharedPoints() 1795 …PetscCall(PetscSFBcastEnd(sf, MPIU_INT, globalNumbersOfLocalOwnedVertices, leafGlobalNumbers, MPI_… in DMPlexRebalanceSharedPoints() 1807 else if (isLeaf[i]) jdx = leafGlobalNumbers[i]; in DMPlexRebalanceSharedPoints() 1814 PetscCall(PetscFree(leafGlobalNumbers)); in DMPlexRebalanceSharedPoints()
|