Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexdistribute.c2358 PetscSF migrationSF, sfPoint, gatherSF; in DMPlexGetRedundantDM() local
2374 PetscCall(DMPlexGetGatherDM(dm, &gatherSF, &gatherDM)); in DMPlexGetRedundantDM()
2400 PetscCall(PetscSFCompose(gatherSF, migrationSF, &tsf)); in DMPlexGetRedundantDM()
2405 PetscCall(PetscSFDestroy(&gatherSF)); in DMPlexGetRedundantDM()