Searched refs:npointLeaves (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexdistribute.c | 1491 PetscInt p, nroots, nleaves, idx, npointLeaves; in DMPlexCreatePointSF() local 1578 for (npointLeaves = 0, p = 0; p < nleaves; p++) { in DMPlexCreatePointSF() 1579 if (leafNodes[p].rank != rank) npointLeaves++; in DMPlexCreatePointSF() 1581 PetscCall(PetscMalloc1(npointLeaves, &pointLocal)); in DMPlexCreatePointSF() 1582 PetscCall(PetscMalloc1(npointLeaves, &pointRemote)); in DMPlexCreatePointSF() 1596 …PetscCall(PetscSFSetGraph(*pointSF, nleaves, npointLeaves, pointLocal, PETSC_OWN_POINTER, pointRem… in DMPlexCreatePointSF()
|