Home
last modified time | relevance | path

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

/petsc/src/mat/graphops/partition/impls/hierarchical/
H A Dhierarchical.c24 IS fineparts; /* partitioning on fine level */ member
213 …(MatPartitioningHierarchical_ReassembleFineparts(adj, fineparts_temp, mapping, &hpart->fineparts)); in MatPartitioningApply_Hierarchical()
214 PetscCall(ISGetIndices(hpart->fineparts, &fineparts_indices)); in MatPartitioningApply_Hierarchical()
218 PetscCall(ISRestoreIndices(hpart->fineparts, &fineparts_indices)); in MatPartitioningApply_Hierarchical()
219 PetscCall(ISDestroy(&hpart->fineparts)); in MatPartitioningApply_Hierarchical()
226 …ISCreateGeneral(comm, mat_localsize, fineparts_indices_tmp, PETSC_OWN_POINTER, &hpart->fineparts)); in MatPartitioningApply_Hierarchical()
227 PetscCall(ISGetIndices(hpart->fineparts, &fineparts_indices)); in MatPartitioningApply_Hierarchical()
234 PetscCall(ISRestoreIndices(hpart->fineparts, &fineparts_indices)); in MatPartitioningApply_Hierarchical()
242 static PetscErrorCode MatPartitioningHierarchical_ReassembleFineparts(Mat adj, IS fineparts, ISLoca… in MatPartitioningHierarchical_ReassembleFineparts() argument
257 PetscCall(ISGetLocalSize(fineparts, &localsize)); in MatPartitioningHierarchical_ReassembleFineparts()
[all …]
/petsc/src/mat/tests/
H A Dex82.c20 IS coarseparts, fineparts; in main() local
122 PetscCall(MatPartitioningHierarchicalGetFineparts(part, &fineparts)); in main()
123 PetscCall(ISView(fineparts, PETSC_VIEWER_STDOUT_WORLD)); in main()
133 PetscCall(ISDestroy(&fineparts)); in main()
H A Dex193.c23 IS coarseparts, fineparts; in main() local
87 PetscCall(MatPartitioningHierarchicalGetFineparts(part, &fineparts)); in main()
88 PetscCall(ISView(fineparts, PETSC_VIEWER_STDOUT_WORLD)); in main()
98 PetscCall(ISDestroy(&fineparts)); in main()
H A Dex83.c21 IS coarseparts, fineparts; in main() local
127 PetscCall(MatPartitioningHierarchicalGetFineparts(part, &fineparts)); in main()
128 PetscCall(ISView(fineparts, PETSC_VIEWER_STDOUT_WORLD)); in main()
143 PetscCall(ISDestroy(&fineparts)); in main()
/petsc/src/ksp/ksp/tutorials/
H A Dex64.c54 IS coarseparts, fineparts; in main() local
131 PetscCall(MatPartitioningHierarchicalGetFineparts(part, &fineparts)); in main()
181 PetscCall(ISDestroy(&fineparts)); in main()