Home
last modified time | relevance | path

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

/petsc/src/mat/graphops/partition/impls/hierarchical/
H A Dhierarchical.c38 PetscInt *fineparts_indices_tmp; in MatPartitioningApply_Hierarchical() local
152 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()