Home
last modified time | relevance | path

Searched refs:new_nleaf (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
1024 PetscCall(PetscSFGetGraph(sf_migration, NULL, &new_nleaf, NULL, NULL)); in DMPlexMigrateIsoperiodicFaceSF_Internal()
1026 …PetscAssert(new_nleaf == new_npoints, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Expected migration leaf sp… in DMPlexMigrateIsoperiodicFaceSF_Internal()