Searched refs:noldleaves (Results 1 – 1 of 1) sorted by relevance
1699 PetscInt nroots, nleaves, noldleaves; in DMPlexRemapMigrationSF() local1702 PetscCall(PetscSFGetGraph(sfMigration, &nroots, &noldleaves, &oldLeaves, &oldRemote)); in DMPlexRemapMigrationSF()1709 PetscCall(PetscMalloc1(noldleaves, &permRemote)); in DMPlexRemapMigrationSF()1710 for (PetscInt l = 0; l < noldleaves; ++l) permRemote[oldLeaves[l]] = oldRemote[l]; in DMPlexRemapMigrationSF()