Lines Matching refs:rankIS

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()
1160 PetscCall(ISRestoreIndices(rankIS, &ranks)); in DMPlexPartitionLabelAdjacency()
1161 PetscCall(ISDestroy(&rankIS)); in DMPlexPartitionLabelAdjacency()
1187 IS rankIS, pointIS; in DMPlexPartitionLabelPropagate() local
1197 PetscCall(DMLabelGetValueIS(lblLeaves, &rankIS)); in DMPlexPartitionLabelPropagate()
1198 PetscCall(ISGetLocalSize(rankIS, &numRanks)); in DMPlexPartitionLabelPropagate()
1199 PetscCall(ISGetIndices(rankIS, &ranks)); in DMPlexPartitionLabelPropagate()
1207 PetscCall(ISRestoreIndices(rankIS, &ranks)); in DMPlexPartitionLabelPropagate()
1208 PetscCall(ISDestroy(&rankIS)); in DMPlexPartitionLabelPropagate()
1212 PetscCall(DMLabelGetValueIS(lblRoots, &rankIS)); in DMPlexPartitionLabelPropagate()
1213 PetscCall(ISGetLocalSize(rankIS, &numRanks)); in DMPlexPartitionLabelPropagate()
1214 PetscCall(ISGetIndices(rankIS, &ranks)); in DMPlexPartitionLabelPropagate()
1222 PetscCall(ISRestoreIndices(rankIS, &ranks)); in DMPlexPartitionLabelPropagate()
1223 PetscCall(ISDestroy(&rankIS)); in DMPlexPartitionLabelPropagate()