Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexdistribute.c1697 const PetscInt *oldLeaves; in DMPlexRemapMigrationSF() local
1702 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()