Home
last modified time | relevance | path

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

/honee/qfunctions/spanstats/
H A Dcflpe.h12 CeedScalar previous_time; member
26 CeedScalar delta_t = context->solution_time - context->previous_time; in ChildStatsCollection_CflPe()
H A Dturbulence.h37 CeedScalar previous_time; member
48 CeedScalar delta_t = context->solution_time - context->previous_time; in ChildStatsCollection()
/honee/src/spanstats/
H A Dcflpe.c105 …rDouble(collect_qfctx, "previous time", offsetof(struct CflPe_SpanStatsContext_, previous_time), 1, in CreateStatisticCollectionOperator()
H A Dturbulence.c69 …le(collect_qfctx, "previous time", offsetof(struct Turbulence_SpanStatsContext_, previous_time), 1, in CreateStatisticCollectionOperator()