Lines Matching refs:stats_setup_data

177 …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()
202 …strColloc_CompMajor(ceed, num_comp_stats, basis_q, elem_restr_q, &(*stats_setup_data)->elem_restr_… in SpanwiseStatisticsSetupDataCreate()
216 PetscCall(VecCopyPetscToCeed(X_loc, (*stats_setup_data)->x_coord)); in SpanwiseStatisticsSetupDataCreate()
238 …icsCreateSF(Honee honee, SpanStatsCtx spanstats, SpanStatsSetupData stats_setup_data, DM parentdm,… in SpanwiseStatisticsCreateSF() argument
291 …isticsSetupL2Projection(Honee honee, SpanStatsCtx spanstats, SpanStatsSetupData stats_setup_data) { in SpanwiseStatisticsSetupL2Projection() argument
306 …PetscCallCeed(ceed, CeedOperatorSetField(op_proj_rhs, "input", stats_setup_data->elem_restr_parent… in SpanwiseStatisticsSetupL2Projection()
307 …d, CeedOperatorSetField(op_proj_rhs, "output", stats_setup_data->elem_restr_parent_stats, stats_se… in SpanwiseStatisticsSetupL2Projection()
318 …CeedOperatorSetField(op_mass, "u", stats_setup_data->elem_restr_parent_stats, stats_setup_data->ba… in SpanwiseStatisticsSetupL2Projection()
321 …CeedOperatorSetField(op_mass, "v", stats_setup_data->elem_restr_parent_stats, stats_setup_data->ba… in SpanwiseStatisticsSetupL2Projection()
355 … SpanStatsSetupData *stats_setup_data, SpanStatsCtx *spanstats) { in SpanwiseStatisticsSetupInitialize() argument
374 PetscCall(SpanwiseStatisticsSetupDataCreate(honee, spanstats_, stats_setup_data)); in SpanwiseStatisticsSetupInitialize()
377 …PetscCall(SpanwiseStatisticsCreateSF(honee, spanstats_, *stats_setup_data, spanstats_->dm, honee->… in SpanwiseStatisticsSetupInitialize()
384 SpanStatsSetupData *stats_setup_data) { in SpanwiseStatisticsSetupFinalize() argument
387 PetscCall(SpanwiseStatisticsSetupL2Projection(honee, spanstats, *stats_setup_data)); in SpanwiseStatisticsSetupFinalize()
398 PetscCall(SpanwiseStatisticsSetupDataDestroy(*stats_setup_data)); in SpanwiseStatisticsSetupFinalize()