Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
H A Dturb_spanstats.c545 const PetscScalar *child_stats; in ProcessStatistics() local
558 PetscCall(VecGetArrayRead(user_stats.Child_Stats_loc, &child_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()
570 PetscCall(VecRestoreArrayRead(user_stats.Child_Stats_loc, &child_stats)); in ProcessStatistics()