Searched refs:solution_time_label (Results 1 – 7 of 7) sorted by relevance
| /honee/include/ |
| H A D | spanstats.h | 18 CeedContextFieldLabel solution_time_label, previous_time_label, timestep_label; member
|
| H A D | navierstokes.h | 200 CeedContextFieldLabel solution_time_label; member
|
| /honee/src/ |
| H A D | setupts.c | 40 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 D | setuplibceed.c | 259 …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 D | cflpe.c | 124 …dOperatorGetContextFieldLabel(op_stats_collect, "solution time", &spanstats->solution_time_label)); in CreateStatisticCollectionOperator()
|
| H A D | turbulence.c | 88 …dOperatorGetContextFieldLabel(op_stats_collect, "solution time", &spanstats->solution_time_label)); in CreateStatisticCollectionOperator()
|
| H A D | spanstats.c | 412 …orSetContextDouble(spanstats->op_stats_collect_ctx->op, spanstats->solution_time_label, &solution_… in SpanwiseStatisticsCollect()
|