Home
last modified time | relevance | path

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

/honee/include/
H A Dspanstats.h39 PetscErrorCode SpanwiseStatisticsProcess(Honee honee, SpanStatsCtx spanstats, Vec stats);
/honee/src/spanstats/
H A Dcflpe.c210 PetscCall(SpanwiseStatisticsProcess(honee, spanstats, stats)); in TSMonitor_SpanwiseStatisticsCflPe()
H A Dturbulence.c230 PetscCall(SpanwiseStatisticsProcess(honee, spanstats, stats)); in TSMonitor_SpanwiseStatisticsTurbulence()
H A Dspanstats.c423 PetscErrorCode SpanwiseStatisticsProcess(Honee honee, SpanStatsCtx spanstats, Vec stats) { in SpanwiseStatisticsProcess() function