Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexdistribute.c2398 PetscSF tsf; in DMPlexGetRedundantDM() local
2400 PetscCall(PetscSFCompose(gatherSF, migrationSF, &tsf)); in DMPlexGetRedundantDM()
2401 PetscCall(DMPlexStratifyMigrationSF(dm, tsf, sf)); in DMPlexGetRedundantDM()
2402 PetscCall(PetscSFDestroy(&tsf)); in DMPlexGetRedundantDM()