Home
last modified time | relevance | path

Searched refs:elem_restr_parent_stats (Results 1 – 3 of 3) sorted by relevance

/honee/src/spanstats/
H A Dspanstats.c190 &(*stats_setup_data)->elem_restr_parent_stats)); in SpanwiseStatisticsSetupDataCreate()
198 …ed, num_comp_stats, (*stats_setup_data)->basis_stats, (*stats_setup_data)->elem_restr_parent_stats, in SpanwiseStatisticsSetupDataCreate()
226 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&data->elem_restr_parent_stats)); in SpanwiseStatisticsSetupDataDestroy()
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()
H A Dturbulence.c130 …PetscCallCeed(ceed, CeedOperatorSetField(op_error, "q", stats_data->elem_restr_parent_stats, stats… in SetupMMSErrorChecking()
133 …PetscCallCeed(ceed, CeedOperatorSetField(op_error, "v", stats_data->elem_restr_parent_stats, stats… in SetupMMSErrorChecking()
135 …PetscCallCeed(ceed, CeedElemRestrictionCreateVector(stats_data->elem_restr_parent_stats, &x_ceed, … in SetupMMSErrorChecking()
136 …PetscCallCeed(ceed, CeedElemRestrictionCreateVector(stats_data->elem_restr_parent_stats, &y_ceed, … in SetupMMSErrorChecking()
/honee/include/
H A Dspanstats.h28 …CeedElemRestriction elem_restr_parent_x, elem_restr_parent_stats, elem_restr_parent_colloc, elem_r… member