Searched refs:child_stats (Results 1 – 1 of 1) sorted by relevance
| /honee/src/spanstats/ |
| H A D | spanstats.c | 424 const PetscScalar *child_stats; in SpanwiseStatisticsProcess() local 437 PetscCall(VecGetArrayRead(spanstats->Child_Stats_loc, &child_stats)); in SpanwiseStatisticsProcess() 446 PetscCall(PetscSFReduceBegin(spanstats->sf, unit, child_stats, parent_stats, MPI_SUM)); in SpanwiseStatisticsProcess() 447 PetscCall(PetscSFReduceEnd(spanstats->sf, unit, child_stats, parent_stats, MPI_SUM)); in SpanwiseStatisticsProcess() 449 PetscCall(VecRestoreArrayRead(spanstats->Child_Stats_loc, &child_stats)); in SpanwiseStatisticsProcess()
|