Searched refs:sf (Results 1 – 3 of 3) sorted by relevance
| /libCEED/examples/fluids/src/ |
| H A D | misc.c | 500 PetscSF sf; in PrintRunInfo() local 505 PetscCall(DMGetSectionSF(user->dm, &sf)); in PrintRunInfo() 506 PetscCall(PetscSFGetRootRanks(sf, &nrranks, &rranks, &roffset, &rmine, &rremote)); in PrintRunInfo() 507 PetscCall(PetscSFGetLeafRanks(sf, &niranks, &iranks, &ioffset, &irootloc)); in PrintRunInfo()
|
| H A D | turb_spanstats.c | 494 …all(CreateStatsSF(ceed, ceed_data, stats_data, user->dm, user->spanstats.dm, &user->spanstats.sf)); in TurbulenceStatisticsSetup() 567 PetscCall(PetscSFReduceBegin(user_stats.sf, unit, child_stats, parent_stats, MPI_SUM)); in ProcessStatistics() 568 PetscCall(PetscSFReduceEnd(user_stats.sf, unit, child_stats, parent_stats, MPI_SUM)); in ProcessStatistics() 644 PetscCall(PetscSFDestroy(&user->spanstats.sf)); in TurbulenceStatisticsDestroy()
|
| /libCEED/examples/fluids/ |
| H A D | navierstokes.h | 139 PetscSF sf; // For communicating child data to parents member
|