Searched refs:newParents (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexdistribute.c | 1347 PetscInt *newParents, *newChildIDs, *globParents; in DMPlexDistributeSetupTree() local 1358 PetscCall(PetscMalloc2(newParentSize, &newParents, newParentSize, &newChildIDs)); in DMPlexDistributeSetupTree() 1368 PetscCall(PetscSFBcastBegin(parentSF, MPIU_INT, globParents, newParents, MPI_REPLACE)); in DMPlexDistributeSetupTree() 1369 PetscCall(PetscSFBcastEnd(parentSF, MPIU_INT, globParents, newParents, MPI_REPLACE)); in DMPlexDistributeSetupTree() 1373 …ToLocalMappingApplyBlock(renumbering, IS_GTOLM_MASK, newParentSize, newParents, NULL, newParents)); in DMPlexDistributeSetupTree() 1378 if (newParents[p] < 0) { in DMPlexDistributeSetupTree() 1393 PetscCall(DMPlexSetTree(dmParallel, newParentSection, newParents, newChildIDs)); in DMPlexDistributeSetupTree() 1395 PetscCall(PetscFree2(newParents, newChildIDs)); in DMPlexDistributeSetupTree()
|