Searched refs:new_npoints (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexsfc.c | 1018 PetscInt old_npoints, new_npoints, old_nleaf, new_nleaf, point_nleaf; in DMPlexMigrateIsoperiodicFaceSF_Internal() local 1025 PetscCall(PetscSFGetGraph(sf_point, &new_npoints, &point_nleaf, &point_local, &point_remote)); in DMPlexMigrateIsoperiodicFaceSF_Internal() 1026 …PetscAssert(new_nleaf == new_npoints, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Expected migration leaf sp… in DMPlexMigrateIsoperiodicFaceSF_Internal() 1027 …PetscCall(PetscMalloc3(old_npoints, &rootdata, old_npoints, &leafdata, new_npoints, &new_leafdata)… in DMPlexMigrateIsoperiodicFaceSF_Internal() 1030 for (PetscInt i = 0; i < new_npoints; i++) { in DMPlexMigrateIsoperiodicFaceSF_Internal() 1057 for (PetscInt i = 0; i < new_npoints; i++) nface += (new_leafdata[i].rank >= 0); in DMPlexMigrateIsoperiodicFaceSF_Internal() 1061 for (PetscInt i = 0; i < new_npoints; i++) { in DMPlexMigrateIsoperiodicFaceSF_Internal() 1069 …PetscCall(PetscSFSetGraph(new_face_sfs[f], new_npoints, nface, new_local, PETSC_OWN_POINTER, new_r… in DMPlexMigrateIsoperiodicFaceSF_Internal()
|