Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
H A Dsetupts.c41 …f (user->phys->solution_time_label) PetscCallCeed(ceed, CeedOperatorSetContextDouble(user->op_rhs_… in RHS_NS()
116 …if (user->phys->solution_time_label) PetscCallCeed(ceed, CeedOperatorSetContextDouble(user->op_ifu… in IFunction_NS()
H A Dsetuplibceed.c450 …ceed, CeedOperatorGetContextFieldLabel(op_rhs, "solution time", &user->phys->solution_time_label)); in SetupLibceed()
468 …eratorGetContextFieldLabel(user->op_ifunction, "solution time", &user->phys->solution_time_label)); in SetupLibceed()
H A Dturb_spanstats.c420 …atorGetContextFieldLabel(op_stats_collect, "solution time", &user->spanstats.solution_time_label)); in CreateStatisticCollectionOperator()
532 …orSetContextDouble(user_stats.op_stats_collect_ctx->op, user_stats.solution_time_label, &solution_… in CollectStatistics()
/libCEED/examples/fluids/
H A Dnavierstokes.h147 CeedContextFieldLabel solution_time_label, previous_time_label; member
216 CeedContextFieldLabel solution_time_label; member