Searched refs:elem_restr_parent_x (Results 1 – 3 of 3) sorted by relevance
| /honee/src/spanstats/ |
| H A D | spanstats.c | 192 &(*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 D | turbulence.c | 132 …PetscCallCeed(ceed, CeedOperatorSetField(op_error, "x", stats_data->elem_restr_parent_x, stats_dat… in SetupMMSErrorChecking()
|
| /honee/include/ |
| H A D | spanstats.h | 28 …CeedElemRestriction elem_restr_parent_x, elem_restr_parent_stats, elem_restr_parent_colloc, elem_r… member
|