Home
last modified time | relevance | path

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

/honee/src/spanstats/
H A Dspanstats.c424 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()