Searched refs:rankIS (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexpartition.c | 1100 IS rankIS, pointIS, closureIS; in DMPlexPartitionLabelClosure() local 1105 PetscCall(DMLabelGetValueIS(label, &rankIS)); in DMPlexPartitionLabelClosure() 1106 PetscCall(ISGetLocalSize(rankIS, &numRanks)); in DMPlexPartitionLabelClosure() 1107 PetscCall(ISGetIndices(rankIS, &ranks)); in DMPlexPartitionLabelClosure() 1119 PetscCall(ISRestoreIndices(rankIS, &ranks)); in DMPlexPartitionLabelClosure() 1120 PetscCall(ISDestroy(&rankIS)); in DMPlexPartitionLabelClosure() 1137 IS rankIS, pointIS; in DMPlexPartitionLabelAdjacency() local 1143 PetscCall(DMLabelGetValueIS(label, &rankIS)); in DMPlexPartitionLabelAdjacency() 1144 PetscCall(ISGetLocalSize(rankIS, &numRanks)); in DMPlexPartitionLabelAdjacency() 1145 PetscCall(ISGetIndices(rankIS, &ranks)); in DMPlexPartitionLabelAdjacency() [all …]
|