Lines Matching refs:honee

18 static PetscErrorCode CreateStatisticCollectionOperator(Honee honee, SpanStatsCtx spanstats, SpanSt…  in CreateStatisticCollectionOperator()  argument
19 Ceed ceed = honee->ceed; in CreateStatisticCollectionOperator()
31 PetscCall(DMGetDimension(honee->dm, &dim)); in CreateStatisticCollectionOperator()
32 PetscCall(DMGetCoordinateNumComps(honee->dm, &num_comp_x)); in CreateStatisticCollectionOperator()
33 PetscCall(DMGetFieldNumComps(honee->dm, 0, &num_comp_q)); in CreateStatisticCollectionOperator()
38 switch (honee->phys->state_var) { in CreateStatisticCollectionOperator()
54 switch (honee->phys->state_var) { in CreateStatisticCollectionOperator()
70 PetscCheck(qf_stats_collect, PetscObjectComm((PetscObject)honee->dm), PETSC_ERR_SUP, in CreateStatisticCollectionOperator()
72 StateVariables[honee->phys->state_var]); in CreateStatisticCollectionOperator()
74 …PetscCall(DMPlexCeedCoordinateCreateField(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE,… in CreateStatisticCollectionOperator()
75 …PetscCall(DMPlexCeedElemRestrictionCreate(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE,… in CreateStatisticCollectionOperator()
76 …PetscCall(DMPlexCeedBasisCreate(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, 0, 0, &ba… in CreateStatisticCollectionOperator()
77 …PetscCall(QDataGet(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, &elem_restr_qd, &q_dat… in CreateStatisticCollectionOperator()
82 PetscCall(PetscStrcmp("advection", honee->app_ctx->problem_name, &is_advection)); in CreateStatisticCollectionOperator()
99 PetscCallCeed(ceed, CeedQFunctionContextCreate(honee->ceed, &collect_qfctx)); in CreateStatisticCollectionOperator()
128 …PetscCall(OperatorApplyContextCreate(honee->dm, spanstats->dm, honee->ceed, op_stats_collect, hone… in CreateStatisticCollectionOperator()
148 Honee honee; in SpanwiseStatisticsSetup_CflPe() local
155 PetscCall(TSGetApplicationContext(ts, &honee)); in SpanwiseStatisticsSetup_CflPe()
157 …PetscCheck(!is_ascii || honee->app_ctx->test_type != TESTTYPE_NONE, PetscObjectComm((PetscObject)t… in SpanwiseStatisticsSetup_CflPe()
160 …PetscCall(SpanwiseStatisticsSetupInitialize(honee, honee->app_ctx->degree, 6, prefix, &stats_setup… in SpanwiseStatisticsSetup_CflPe()
176 …PetscCall(CreateStatisticCollectionOperator(honee, spanstats, stats_setup_data, honee->problem_dat… in SpanwiseStatisticsSetup_CflPe()
181 PetscCall(SpanwiseStatisticsSetupFinalize(ts, honee, spanstats, ctx, &stats_setup_data)); in SpanwiseStatisticsSetup_CflPe()
187 Honee honee; in TSMonitor_SpanwiseStatisticsCflPe() local
195 PetscCall(TSGetApplicationContext(ts, &honee)); in TSMonitor_SpanwiseStatisticsCflPe()
198 if (steps == honee->app_ctx->cont_steps) PetscFunctionReturn(PETSC_SUCCESS); in TSMonitor_SpanwiseStatisticsCflPe()
204 …PetscCallCeed(honee->ceed, CeedOperatorSetContextDouble(spanstats->op_stats_collect_ctx->op, spans… in TSMonitor_SpanwiseStatisticsCflPe()
205 PetscCall(SpanwiseStatisticsCollect(honee, spanstats, solution_time, Q)); in TSMonitor_SpanwiseStatisticsCflPe()
210 PetscCall(SpanwiseStatisticsProcess(honee, spanstats, stats)); in TSMonitor_SpanwiseStatisticsCflPe()
212 if (honee->app_ctx->test_type == TESTTYPE_NONE) { in TSMonitor_SpanwiseStatisticsCflPe()
219 CeedScalar second = honee->units->second; in TSMonitor_SpanwiseStatisticsCflPe()
236 … } else if (honee->app_ctx->test_type == TESTTYPE_SPANSTATS && reason != TS_CONVERGED_ITERATING) { in TSMonitor_SpanwiseStatisticsCflPe()
237 PetscCall(RegressionTest(honee->app_ctx, stats)); in TSMonitor_SpanwiseStatisticsCflPe()