Lines Matching refs:honee
17 static PetscErrorCode CreateStatisticCollectionOperator(Honee honee, SpanStatsCtx spanstats, SpanSt… in CreateStatisticCollectionOperator() argument
18 Ceed ceed = honee->ceed; in CreateStatisticCollectionOperator()
31 PetscCall(DMGetCoordinateNumComps(honee->dm, &num_comp_x)); in CreateStatisticCollectionOperator()
32 PetscCall(DMGetFieldNumComps(honee->dm, 0, &num_comp_q)); in CreateStatisticCollectionOperator()
35 switch (honee->phys->state_var) { in CreateStatisticCollectionOperator()
52 …PetscCall(DMPlexCeedCoordinateCreateField(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE,… in CreateStatisticCollectionOperator()
53 …PetscCall(DMPlexCeedElemRestrictionCreate(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE,… in CreateStatisticCollectionOperator()
54 …PetscCall(DMPlexCeedBasisCreate(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, 0, 0, &ba… in CreateStatisticCollectionOperator()
55 …PetscCall(QDataGet(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, &elem_restr_qd, &q_dat… in CreateStatisticCollectionOperator()
62 PetscCallCeed(ceed, CeedQFunctionContextCreate(honee->ceed, &collect_qfctx)); in CreateStatisticCollectionOperator()
91 …PetscCall(OperatorApplyContextCreate(honee->dm, spanstats->dm, honee->ceed, op_stats_collect, hone… in CreateStatisticCollectionOperator()
110 static PetscErrorCode SetupMMSErrorChecking(Honee honee, SpanStatsCtx spanstats, SpanStatsSetupData… in SetupMMSErrorChecking() argument
111 Ceed ceed = honee->ceed; in SetupMMSErrorChecking()
137 …PetscCall(OperatorApplyContextCreate(spanstats->dm, spanstats->dm, honee->ceed, op_error, x_ceed, … in SetupMMSErrorChecking()
150 Honee honee; in SpanwiseStatisticsSetup_Turbulence() local
157 PetscCall(TSGetApplicationContext(ts, &honee)); in SpanwiseStatisticsSetup_Turbulence()
159 …PetscCheck(!is_ascii || honee->app_ctx->test_type != TESTTYPE_NONE, PetscObjectComm((PetscObject)t… in SpanwiseStatisticsSetup_Turbulence()
162 …PetscCall(SpanwiseStatisticsSetupInitialize(honee, honee->app_ctx->degree, TURB_NUM_COMPONENTS, pr… in SpanwiseStatisticsSetup_Turbulence()
194 …PetscCall(CreateStatisticCollectionOperator(honee, spanstats, stats_setup_data, honee->problem_dat… in SpanwiseStatisticsSetup_Turbulence()
198 PetscCall(SetupMMSErrorChecking(honee, spanstats, stats_setup_data)); in SpanwiseStatisticsSetup_Turbulence()
204 PetscCall(SpanwiseStatisticsSetupFinalize(ts, honee, spanstats, ctx, &stats_setup_data)); in SpanwiseStatisticsSetup_Turbulence()
210 Honee honee; in TSMonitor_SpanwiseStatisticsTurbulence() local
217 PetscCall(TSGetApplicationContext(ts, &honee)); in TSMonitor_SpanwiseStatisticsTurbulence()
220 if (steps == honee->app_ctx->cont_steps) PetscFunctionReturn(PETSC_SUCCESS); in TSMonitor_SpanwiseStatisticsTurbulence()
225 PetscCall(SpanwiseStatisticsCollect(honee, spanstats, solution_time, Q)); in TSMonitor_SpanwiseStatisticsTurbulence()
230 PetscCall(SpanwiseStatisticsProcess(honee, spanstats, stats)); in TSMonitor_SpanwiseStatisticsTurbulence()
231 if (honee->app_ctx->test_type == TESTTYPE_NONE) { in TSMonitor_SpanwiseStatisticsTurbulence()
238 CeedScalar second = honee->units->second; in TSMonitor_SpanwiseStatisticsTurbulence()
258 … if (honee->app_ctx->test_type == TESTTYPE_TURB_SPANSTATS && reason != TS_CONVERGED_ITERATING) { in TSMonitor_SpanwiseStatisticsTurbulence()
259 PetscCall(RegressionTest(honee->app_ctx, stats)); in TSMonitor_SpanwiseStatisticsTurbulence()