Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexdistribute.c1696 PetscSFNode *newRemote, *permRemote = NULL; in DMPlexRemapMigrationSF() local
1704 PetscCall(PetscMalloc1(nleaves, &newRemote)); in DMPlexRemapMigrationSF()
1713 PetscCall(PetscSFBcastBegin(sfOverlap, MPIU_SF_NODE, oldRemote, newRemote, MPI_REPLACE)); in DMPlexRemapMigrationSF()
1714 PetscCall(PetscSFBcastEnd(sfOverlap, MPIU_SF_NODE, oldRemote, newRemote, MPI_REPLACE)); in DMPlexRemapMigrationSF()
1717 …PetscCall(PetscSFSetGraph(*sfMigrationNew, nroots, nleaves, NULL, PETSC_OWN_POINTER, newRemote, PE… in DMPlexRemapMigrationSF()