Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexdistribute.c1349 PetscSF parentSF; in DMPlexDistributeSetupTree() local
1355 …reateSectionSF(migrationSF, origParentSection, remoteOffsetsParents, newParentSection, &parentSF)); 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()
1371 PetscCall(PetscSFBcastBegin(parentSF, MPIU_INT, origChildIDs, newChildIDs, MPI_REPLACE)); in DMPlexDistributeSetupTree()
1372 PetscCall(PetscSFBcastEnd(parentSF, MPIU_INT, origChildIDs, newChildIDs, MPI_REPLACE)); in DMPlexDistributeSetupTree()
1391 PetscCall(PetscSFView(parentSF, NULL)); in DMPlexDistributeSetupTree()
1396 PetscCall(PetscSFDestroy(&parentSF)); in DMPlexDistributeSetupTree()