Searched refs:newLeaves (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexdistribute.c | 777 PetscInt d, dim, p, pStart, pEnd, nroots, nleaves, newLeaves, point, numSharedPoints; in DMPlexCreateOverlapMigrationSF() local 818 newLeaves = pEnd - pStart + nleaves; in DMPlexCreateOverlapMigrationSF() 819 PetscCall(PetscMalloc1(newLeaves, &ilocal)); in DMPlexCreateOverlapMigrationSF() 820 PetscCall(PetscMalloc1(newLeaves, &iremote)); in DMPlexCreateOverlapMigrationSF() 861 …PetscCall(PetscSFSetGraph(*migrationSF, pEnd - pStart, newLeaves, ilocal, PETSC_OWN_POINTER, iremo… in DMPlexCreateOverlapMigrationSF()
|