Searched refs:tsf (Results 1 – 1 of 1) sorted by relevance
2398 PetscSF tsf; in DMPlexGetRedundantDM() local2400 PetscCall(PetscSFCompose(gatherSF, migrationSF, &tsf)); in DMPlexGetRedundantDM()2401 PetscCall(DMPlexStratifyMigrationSF(dm, tsf, sf)); in DMPlexGetRedundantDM()2402 PetscCall(PetscSFDestroy(&tsf)); in DMPlexGetRedundantDM()