Home
last modified time | relevance | path

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

/honee/src/spanstats/
H A Dspanstats.c192 &(*stats_setup_data)->elem_restr_parent_x)); in SpanwiseStatisticsSetupDataCreate()
193 …PetscCallCeed(ceed, CeedElemRestrictionGetNumComponents((*stats_setup_data)->elem_restr_parent_x, … in SpanwiseStatisticsSetupDataCreate()
194 …PetscCallCeed(ceed, CeedElemRestrictionCreateVector((*stats_setup_data)->elem_restr_parent_x, &(*s… in SpanwiseStatisticsSetupDataCreate()
224 PetscCall(CeedElemRestrictionGetCeed(data->elem_restr_parent_x, &ceed)); in SpanwiseStatisticsSetupDataDestroy()
225 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&data->elem_restr_parent_x)); in SpanwiseStatisticsSetupDataDestroy()
H A Dturbulence.c132 …PetscCallCeed(ceed, CeedOperatorSetField(op_error, "x", stats_data->elem_restr_parent_x, stats_dat… in SetupMMSErrorChecking()
/honee/include/
H A Dspanstats.h28 …CeedElemRestriction elem_restr_parent_x, elem_restr_parent_stats, elem_restr_parent_colloc, elem_r… member