Searched refs:newParentSection (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexdistribute.c | 1332 PetscSection origParentSection, newParentSection; in DMPlexDistributeSetupTree() local 1352 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)dmParallel), &newParentSection)); in DMPlexDistributeSetupTree() 1353 PetscCall(PetscSectionSetChart(newParentSection, pStart, pEnd)); in DMPlexDistributeSetupTree() 1354 …PetscSFDistributeSection(migrationSF, origParentSection, &remoteOffsetsParents, newParentSection)); in DMPlexDistributeSetupTree() 1355 …reateSectionSF(migrationSF, origParentSection, remoteOffsetsParents, newParentSection, &parentSF)); in DMPlexDistributeSetupTree() 1357 PetscCall(PetscSectionGetStorageSize(newParentSection, &newParentSize)); in DMPlexDistributeSetupTree() 1390 PetscCall(PetscSectionView(newParentSection, PETSC_VIEWER_STDOUT_(comm))); in DMPlexDistributeSetupTree() 1393 PetscCall(DMPlexSetTree(dmParallel, newParentSection, newParents, newChildIDs)); in DMPlexDistributeSetupTree() 1394 PetscCall(PetscSectionDestroy(&newParentSection)); in DMPlexDistributeSetupTree()
|