Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
H A Dmisc.c500 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 Dturb_spanstats.c494 …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 Dnavierstokes.h139 PetscSF sf; // For communicating child data to parents member