Searched refs:origParentSection (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 1344 PetscCall(DMPlexGetTree(dm, &origParentSection, &origParents, &origChildIDs, NULL, NULL)); in DMPlexDistributeSetupTree() 1345 if (origParentSection) { in DMPlexDistributeSetupTree() 1354 …PetscCall(PetscSFDistributeSection(migrationSF, origParentSection, &remoteOffsetsParents, newParen… in DMPlexDistributeSetupTree() 1355 …PetscCall(PetscSFCreateSectionSF(migrationSF, origParentSection, remoteOffsetsParents, newParentSe… in DMPlexDistributeSetupTree() 1362 PetscCall(PetscSectionGetStorageSize(origParentSection, &numParents)); in DMPlexDistributeSetupTree() 1388 PetscCall(PetscSectionView(origParentSection, PETSC_VIEWER_STDOUT_(comm))); in DMPlexDistributeSetupTree()
|