Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexpartition.c1399 const PetscInt *remoteRoots, *neighbors; in DMPlexPartitionLabelCreateSF() local
1430 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()