Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexpartition.c1398 IS remoteRootIS, neighborsIS; in DMPlexPartitionLabelCreateSF() local
1429 PetscCall(DMLabelGetStratumIS(label, rank, &remoteRootIS)); in DMPlexPartitionLabelCreateSF()
1430 PetscCall(ISGetIndices(remoteRootIS, &remoteRoots)); in DMPlexPartitionLabelCreateSF()
1436 PetscCall(ISRestoreIndices(remoteRootIS, &remoteRoots)); in DMPlexPartitionLabelCreateSF()
1437 PetscCall(ISDestroy(&remoteRootIS)); in DMPlexPartitionLabelCreateSF()
1448 PetscCall(DMLabelGetStratumIS(label, nn, &remoteRootIS)); in DMPlexPartitionLabelCreateSF()
1449 PetscCall(ISGetIndices(remoteRootIS, &remoteRoots)); in DMPlexPartitionLabelCreateSF()
1455 PetscCall(ISRestoreIndices(remoteRootIS, &remoteRoots)); in DMPlexPartitionLabelCreateSF()
1456 PetscCall(ISDestroy(&remoteRootIS)); in DMPlexPartitionLabelCreateSF()