Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexdistribute.c1333 PetscInt *origParents, *origChildIDs; in DMPlexDistributeSetupTree() local
1344 PetscCall(DMPlexGetTree(dm, &origParentSection, &origParents, &origChildIDs, NULL, NULL)); 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()