Home
last modified time | relevance | path

Searched refs:newChildIDs (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexdistribute.c1347 PetscInt *newParents, *newChildIDs, *globParents; in DMPlexDistributeSetupTree() local
1358 PetscCall(PetscMalloc2(newParentSize, &newParents, newParentSize, &newChildIDs)); in DMPlexDistributeSetupTree()
1371 PetscCall(PetscSFBcastBegin(parentSF, MPIU_INT, origChildIDs, newChildIDs, MPI_REPLACE)); in DMPlexDistributeSetupTree()
1372 PetscCall(PetscSFBcastEnd(parentSF, MPIU_INT, origChildIDs, newChildIDs, MPI_REPLACE)); in DMPlexDistributeSetupTree()
1393 PetscCall(DMPlexSetTree(dmParallel, newParentSection, newParents, newChildIDs)); in DMPlexDistributeSetupTree()
1395 PetscCall(PetscFree2(newParents, newChildIDs)); in DMPlexDistributeSetupTree()