Searched refs:oldLeaves (Results 1 – 1 of 1) sorted by relevance
1697 const PetscInt *oldLeaves; in DMPlexRemapMigrationSF() local1702 PetscCall(PetscSFGetGraph(sfMigration, &nroots, &noldleaves, &oldLeaves, &oldRemote)); in DMPlexRemapMigrationSF()1707 if (oldLeaves) { in DMPlexRemapMigrationSF()1710 for (PetscInt l = 0; l < noldleaves; ++l) permRemote[oldLeaves[l]] = oldRemote[l]; in DMPlexRemapMigrationSF()