Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexsfc.c1055 PetscInt nface = 0, *new_local; in DMPlexMigrateIsoperiodicFaceSF_Internal() local
1058 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()