Searched refs:parent_stats (Results 1 – 1 of 1) sorted by relevance
| /libCEED/examples/fluids/src/ |
| H A D | turb_spanstats.c | 546 PetscScalar *parent_stats; in ProcessStatistics() local 559 PetscCall(VecGetArray(user_stats.Parent_Stats_loc, &parent_stats)); in ProcessStatistics() 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() 571 PetscCall(VecRestoreArray(user_stats.Parent_Stats_loc, &parent_stats)); in ProcessStatistics()
|