Searched refs:new_local (Results 1 – 1 of 1) sorted by relevance
1055 PetscInt nface = 0, *new_local; in DMPlexMigrateIsoperiodicFaceSF_Internal() local1058 PetscCall(PetscMalloc1(nface, &new_local)); in DMPlexMigrateIsoperiodicFaceSF_Internal()1063 new_local[nface] = i; in DMPlexMigrateIsoperiodicFaceSF_Internal()1069 …PetscCall(PetscSFSetGraph(new_face_sfs[f], new_npoints, nface, new_local, PETSC_OWN_POINTER, new_r… in DMPlexMigrateIsoperiodicFaceSF_Internal()