Home
last modified time | relevance | path

Searched refs:nleafs (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexpartition.c1492 PetscInt pStart, pEnd, i, j, counter, leafCounter, sumDegrees, nroots, nleafs; in DMPlexRewriteSF() local
1509 PetscCall(PetscSFGetGraph(sf, &nroots, &nleafs, &ilocal, &iremote)); in DMPlexRewriteSF()
1512 for (i = 0; i < nleafs; i++) isLeaf[ilocal[i] - pStart] = PETSC_TRUE; in DMPlexRewriteSF()
1671 PetscInt eBegin, eEnd, nroots, nleafs, pStart, pEnd; in DMPlexRebalanceSharedPoints() local
1739 PetscCall(PetscSFGetGraph(sf, &nroots, &nleafs, &ilocal, &iremote)); in DMPlexRebalanceSharedPoints()
1750 for (i = 0; i < nleafs; i++) isLeaf[ilocal[i] - pStart] = PETSC_TRUE; in DMPlexRebalanceSharedPoints()