Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexpartition.c1398 IS remoteRootIS, neighborsIS; in DMPlexPartitionLabelCreateSF() local
1405 PetscCall(DMLabelGetValueIS(label, &neighborsIS)); in DMPlexPartitionLabelCreateSF()
1410 PetscCall(ISDuplicate(neighborsIS, &is)); in DMPlexPartitionLabelCreateSF()
1412 PetscCall(ISDestroy(&neighborsIS)); in DMPlexPartitionLabelCreateSF()
1413 neighborsIS = is; in DMPlexPartitionLabelCreateSF()
1417 PetscCall(ISGetLocalSize(neighborsIS, &nNeighbors)); in DMPlexPartitionLabelCreateSF()
1418 PetscCall(ISGetIndices(neighborsIS, &neighbors)); in DMPlexPartitionLabelCreateSF()
1463 PetscCall(ISDestroy(&neighborsIS)); in DMPlexPartitionLabelCreateSF()