Lines Matching refs:rootSection
1253 PetscSection rootSection; in DMPlexPartitionLabelInvert() local
1268 PetscCall(PetscSectionCreate(comm, &rootSection)); in DMPlexPartitionLabelInvert()
1269 PetscCall(PetscSectionSetChart(rootSection, 0, size)); in DMPlexPartitionLabelInvert()
1275 PetscCall(PetscSectionAddDof(rootSection, neighbors[n], numPoints)); in DMPlexPartitionLabelInvert()
1277 PetscCall(PetscSectionSetUp(rootSection)); in DMPlexPartitionLabelInvert()
1278 PetscCall(PetscSectionGetStorageSize(rootSection, &rootSize)); in DMPlexPartitionLabelInvert()
1285 PetscCall(PetscSectionGetOffset(rootSection, neighbors[n], &off)); in DMPlexPartitionLabelInvert()
1311 PetscCall(PetscSectionGetDof(rootSection, neighbors[n], &dof)); in DMPlexPartitionLabelInvert()
1312 PetscCall(PetscSectionGetOffset(rootSection, neighbors[n], &off)); in DMPlexPartitionLabelInvert()
1358 …PetscCall(DMPlexDistributeData(dm, procSF, rootSection, MPIU_SF_NODE, rootPoints, leafSection, (vo… in DMPlexPartitionLabelInvert()
1368 PetscCall(PetscSectionDestroy(&rootSection)); in DMPlexPartitionLabelInvert()