Searched refs:coarseparts_indices (Results 1 – 1 of 1) sorted by relevance
37 const PetscInt *fineparts_indices, *coarseparts_indices; in MatPartitioningApply_Hierarchical() local228 PetscCall(ISGetIndices(hpart->coarseparts, &coarseparts_indices)); in MatPartitioningApply_Hierarchical()232 …0; j < bs; j++) parts_indices[bs * i + j] = fineparts_indices[i] + offsets[coarseparts_indices[i]]; in MatPartitioningApply_Hierarchical()235 PetscCall(ISRestoreIndices(hpart->coarseparts, &coarseparts_indices)); in MatPartitioningApply_Hierarchical()