Searched refs:numRemote (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexpartition.c | 1396 PetscInt n, numRemote, p, numPoints, pStart, pEnd, idx = 0, nNeighbors; in DMPlexPartitionLabelCreateSF() local 1419 for (numRemote = 0, n = 0; n < nNeighbors; ++n) { in DMPlexPartitionLabelCreateSF() 1421 numRemote += numPoints; in DMPlexPartitionLabelCreateSF() 1423 PetscCall(PetscMalloc1(numRemote, &remotePoints)); in DMPlexPartitionLabelCreateSF() 1461 …PetscCall(PetscSFSetGraph(*sf, pEnd - pStart, numRemote, NULL, PETSC_OWN_POINTER, remotePoints, PE… in DMPlexPartitionLabelCreateSF()
|