Home
last modified time | relevance | path

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

/honee/src/spanstats/
H A Dspanstats.c425 PetscScalar *parent_stats; in SpanwiseStatisticsProcess() local
438 PetscCall(VecGetArray(spanstats->Parent_Stats_loc, &parent_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()
450 PetscCall(VecRestoreArray(spanstats->Parent_Stats_loc, &parent_stats)); in SpanwiseStatisticsProcess()