Searched refs:ppartSection (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/partitioner/impls/multistage/ |
| H A D | mspart.c | 588 PetscSection ppartSection = NULL; in PetscPartitionerPartition_Multistage() local 680 PetscCall(PetscSectionCreate(pcomm, &ppartSection)); in PetscPartitionerPartition_Multistage() 685 …ces, pstart, padjacency, vertSection, edgeSection, p->tpwgs[p->stage], ppartSection, &lpartition)); in PetscPartitionerPartition_Multistage() 705 PetscCall(PetscSectionGetDof(ppartSection, i, &dof)); in PetscPartitionerPartition_Multistage() 715 PetscCall(PetscSectionDestroy(&ppartSection)); in PetscPartitionerPartition_Multistage()
|