Home
last modified time | relevance | path

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

/honee/src/spanstats/
H A Dspanstats.c177 …tisticsSetupDataCreate(Honee honee, SpanStatsCtx spanstats, SpanStatsSetupData *stats_setup_data) { in SpanwiseStatisticsSetupDataCreate() argument
187 PetscCall(PetscNew(stats_setup_data)); in SpanwiseStatisticsSetupDataCreate()
190 &(*stats_setup_data)->elem_restr_parent_stats)); in SpanwiseStatisticsSetupDataCreate()
192 &(*stats_setup_data)->elem_restr_parent_x)); in SpanwiseStatisticsSetupDataCreate()
193 …PetscCallCeed(ceed, CeedElemRestrictionGetNumComponents((*stats_setup_data)->elem_restr_parent_x, … in SpanwiseStatisticsSetupDataCreate()
194 …llCeed(ceed, CeedElemRestrictionCreateVector((*stats_setup_data)->elem_restr_parent_x, &(*stats_se… in SpanwiseStatisticsSetupDataCreate()
195 …teCreate(ceed, dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, &(*stats_setup_data)->basis_x)); in SpanwiseStatisticsSetupDataCreate()
196 …d, dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field, &(*stats_setup_data)->basis_stats… in SpanwiseStatisticsSetupDataCreate()
198 …eElemRestrColloc_CompMajor(ceed, num_comp_stats, (*stats_setup_data)->basis_stats, (*stats_setup_d… in SpanwiseStatisticsSetupDataCreate()
199 &(*stats_setup_data)->elem_restr_parent_colloc)); in SpanwiseStatisticsSetupDataCreate()
[all …]
H A Dturbulence.c151 SpanStatsSetupData stats_setup_data; in SpanwiseStatisticsSetup_Turbulence() local
162 …ialize(honee, honee->app_ctx->degree, TURB_NUM_COMPONENTS, prefix, &stats_setup_data, &spanstats)); 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()
H A Dcflpe.c149 SpanStatsSetupData stats_setup_data; in SpanwiseStatisticsSetup_CflPe() local
160 …tatisticsSetupInitialize(honee, honee->app_ctx->degree, 6, prefix, &stats_setup_data, &spanstats)); 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()
/honee/include/
H A Dspanstats.h34 … SpanStatsSetupData *stats_setup_data, SpanStatsCtx *spanstats_new);
36 SpanStatsSetupData *stats_setup_data);