Lines Matching refs:partSection
8 PetscSection partSection, vertexSection = NULL, targetSection = NULL; in main() local
34 PetscCall(PetscSectionCreate(PETSC_COMM_WORLD, &partSection)); in main()
73 …rPartition(p, nparts, 0, NULL, NULL, vertexSection, NULL, targetSection, partSection, &partition)); in main()
74 PetscCall(PetscObjectSetName((PetscObject)partSection, "NULL SECTION")); in main()
75 PetscCall(PetscSectionView(partSection, NULL)); in main()
87 …erPartition(p, nparts, nv, vv, vadj, vertexSection, NULL, targetSection, partSection, &partition)); in main()
89 …rPartition(p, nparts, 0, NULL, NULL, vertexSection, NULL, targetSection, partSection, &partition)); in main()
91 PetscCall(PetscObjectSetName((PetscObject)partSection, "SEQ SECTION")); in main()
92 PetscCall(PetscSectionView(partSection, NULL)); in main()
104 …artitionerPartition(p, nparts, 0, NULL, NULL, NULL, NULL, targetSection, partSection, &partition)); in main()
113 …artitionerPartition(p, nparts, nv, vv, pvadj, NULL, NULL, targetSection, partSection, &partition)); in main()
116 PetscCall(PetscObjectSetName((PetscObject)partSection, "PARVOID SECTION")); in main()
117 PetscCall(PetscSectionView(partSection, NULL)); in main()
125 PetscCall(PetscSectionDestroy(&partSection)); in main()