Home
last modified time | relevance | path

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

/honee/include/
H A Dspanstats.h18 CeedContextFieldLabel solution_time_label, previous_time_label, timestep_label; member
H A Dnavierstokes.h200 CeedContextFieldLabel solution_time_label; member
/honee/src/
H A Dsetupts.c40 if (honee->phys->solution_time_label) in RHS_NS()
41 …d(ceed, CeedOperatorSetContextDouble(honee->op_rhs_ctx->op, honee->phys->solution_time_label, &t)); in RHS_NS()
129 … (honee->phys->solution_time_label) PetscCallCeed(ceed, CeedOperatorSetContextDouble(honee->op_ifu… in IFunction_NS()
H A Dsetuplibceed.c259 …eed, CeedOperatorGetContextFieldLabel(op_rhs, "solution time", &honee->phys->solution_time_label)); in SetupLibceed()
278 …atorGetContextFieldLabel(honee->op_ifunction, "solution time", &honee->phys->solution_time_label)); in SetupLibceed()
/honee/src/spanstats/
H A Dcflpe.c124 …dOperatorGetContextFieldLabel(op_stats_collect, "solution time", &spanstats->solution_time_label)); in CreateStatisticCollectionOperator()
H A Dturbulence.c88 …dOperatorGetContextFieldLabel(op_stats_collect, "solution time", &spanstats->solution_time_label)); in CreateStatisticCollectionOperator()
H A Dspanstats.c412 …orSetContextDouble(spanstats->op_stats_collect_ctx->op, spanstats->solution_time_label, &solution_… in SpanwiseStatisticsCollect()