Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexsfc.c1018 PetscInt old_npoints, new_npoints, old_nleaf, new_nleaf, point_nleaf; in DMPlexMigrateIsoperiodicFaceSF_Internal() local
1023 …PetscCall(PetscSFGetGraph(plex->periodic.face_sfs[f], &old_npoints, &old_nleaf, &old_local, &old_r… in DMPlexMigrateIsoperiodicFaceSF_Internal()
1027 …PetscCall(PetscMalloc3(old_npoints, &rootdata, old_npoints, &leafdata, new_npoints, &new_leafdata)… in DMPlexMigrateIsoperiodicFaceSF_Internal()
1044 for (PetscInt i = 0; i < old_npoints; i++) { in DMPlexMigrateIsoperiodicFaceSF_Internal()