Searched refs:fineparts_indices_tmp (Results 1 – 1 of 1) sorted by relevance
38 PetscInt *fineparts_indices_tmp; in MatPartitioningApply_Hierarchical() local152 PetscCall(PetscCalloc1(mat_localsize, &fineparts_indices_tmp)); in MatPartitioningApply_Hierarchical()216 if (fineparts_indices[j] >= 0) fineparts_indices_tmp[j] = fineparts_indices[j]; in MatPartitioningApply_Hierarchical()226 …PetscCall(ISCreateGeneral(comm, mat_localsize, fineparts_indices_tmp, PETSC_OWN_POINTER, &hpart->f… in MatPartitioningApply_Hierarchical()