Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexsfc.c1056 PetscSFNode *new_remote; in DMPlexMigrateIsoperiodicFaceSF_Internal() local
1059 PetscCall(PetscMalloc1(nface, &new_remote)); in DMPlexMigrateIsoperiodicFaceSF_Internal()
1064 new_remote[nface] = new_leafdata[i]; in DMPlexMigrateIsoperiodicFaceSF_Internal()
1069 …aph(new_face_sfs[f], new_npoints, nface, new_local, PETSC_OWN_POINTER, new_remote, PETSC_OWN_POINT… in DMPlexMigrateIsoperiodicFaceSF_Internal()