Home
last modified time | relevance | path

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

/petsc/src/mat/graphops/partition/impls/hierarchical/
H A Dhierarchical.c37 const PetscInt *fineparts_indices, *coarseparts_indices; in MatPartitioningApply_Hierarchical() local
228 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()