Searched refs:remoteRoots (Results 1 – 1 of 1) sorted by relevance
1399 const PetscInt *remoteRoots, *neighbors; in DMPlexPartitionLabelCreateSF() local1430 PetscCall(ISGetIndices(remoteRootIS, &remoteRoots)); in DMPlexPartitionLabelCreateSF()1432 remotePoints[idx].index = remoteRoots[p]; in DMPlexPartitionLabelCreateSF()1436 PetscCall(ISRestoreIndices(remoteRootIS, &remoteRoots)); in DMPlexPartitionLabelCreateSF()1449 PetscCall(ISGetIndices(remoteRootIS, &remoteRoots)); in DMPlexPartitionLabelCreateSF()1451 remotePoints[idx].index = remoteRoots[p]; in DMPlexPartitionLabelCreateSF()1455 PetscCall(ISRestoreIndices(remoteRootIS, &remoteRoots)); in DMPlexPartitionLabelCreateSF()