Lines Matching refs:sfMigration
25 PetscCall(PetscSFDestroy(&dm->sfMigration)); in DMPlexSetMigrationSF()
26 dm->sfMigration = migrationSF; in DMPlexSetMigrationSF()
48 *migrationSF = dm->sfMigration; in DMPlexGetMigrationSF()
70 PetscErrorCode DMPlexCreateGlobalToNaturalSF(DM dm, PetscSection section, PetscSF sfMigration, Pets… in DMPlexCreateGlobalToNaturalSF() argument
81 if (!sfMigration) { in DMPlexCreateGlobalToNaturalSF()
91 PetscCall(PetscSFCreateInverseSF(sfMigration, &sfMigrationInv)); in DMPlexCreateGlobalToNaturalSF()
97 if (debug) PetscCall(PetscSFView(sfMigration, NULL)); in DMPlexCreateGlobalToNaturalSF()
100 PetscCall(PetscSFDistributeSection(sfMigration, section, &remoteOffsets, sectionDist)); in DMPlexCreateGlobalToNaturalSF()
115 PetscCall(PetscSFGetGraph(sfMigration, NULL, &Nl, &leaves, NULL)); in DMPlexCreateGlobalToNaturalSF()
141 PetscCall(PetscSFCreateEmbeddedLeafSF(sfMigration, ssize, spoints, &sfEmbed)); in DMPlexCreateGlobalToNaturalSF()
194 …ateGlobalToNaturalSF(DM dmOld, DM dmNew, PetscSF sfNaturalOld, PetscSF sfMigration, PetscSF *sfNat… in DMPlexMigrateGlobalToNaturalSF() argument
203 if (!sfMigration) { in DMPlexMigrateGlobalToNaturalSF()
208 if (debug) PetscCall(PetscSFView(sfMigration, NULL)); in DMPlexMigrateGlobalToNaturalSF()
219 PetscCall(PetscSFDistributeSection(sfMigration, oldLocalSection, NULL, newLocalSection)); in DMPlexMigrateGlobalToNaturalSF()
244 …PetscCall(PetscSFBcastBegin(sfMigration, MPIU_INT, PetscSafePointerPlusOffset(oldGlobalSection->at… in DMPlexMigrateGlobalToNaturalSF()
245 …PetscCall(PetscSFBcastEnd(sfMigration, MPIU_INT, PetscSafePointerPlusOffset(oldGlobalSection->atla… in DMPlexMigrateGlobalToNaturalSF()
258 …PetscCall(PetscSFCreateSectionSF(sfMigration, oldGlobalSection, remoteOffsets, newGlobalSection, &… in DMPlexMigrateGlobalToNaturalSF()