Home
last modified time | relevance | path

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

/honee/src/spanstats/
H A Dspanstats.c26 PetscCall(OperatorApplyContextDestroy(spanstats_->op_stats_collect_ctx)); in SpanStatsCtxDestroy()
396 …CeedOperatorSetContextDouble(spanstats->op_stats_collect_ctx->op, spanstats->previous_time_label, … in SpanwiseStatisticsSetupFinalize()
412 …PetscCallCeed(honee->ceed, CeedOperatorSetContextDouble(spanstats->op_stats_collect_ctx->op, spans… in SpanwiseStatisticsCollect()
414 …edOperatorLocalToLocal(honee->Q_loc, spanstats->Child_Stats_loc, spanstats->op_stats_collect_ctx)); in SpanwiseStatisticsCollect()
416 …PetscCallCeed(honee->ceed, CeedOperatorSetContextDouble(spanstats->op_stats_collect_ctx->op, spans… in SpanwiseStatisticsCollect()
H A Dcflpe.c129 &spanstats->op_stats_collect_ctx)); in CreateStatisticCollectionOperator()
204 …PetscCallCeed(honee->ceed, CeedOperatorSetContextDouble(spanstats->op_stats_collect_ctx->op, spans… in TSMonitor_SpanwiseStatisticsCflPe()
H A Dturbulence.c92 &spanstats->op_stats_collect_ctx)); in CreateStatisticCollectionOperator()
/honee/include/
H A Dspanstats.h11 OperatorApplyContext op_stats_collect_ctx, op_proj_rhs_ctx; member