Lines Matching refs:num_comp_x

143   CeedInt              num_comp_x;  in GetQuadratureCoords()  local
149 PetscCallCeed(ceed, CeedElemRestrictionGetNumComponents(elem_restr_x, &num_comp_x)); in GetQuadratureCoords()
150 …PetscCall(CreateElemRestrColloc_CompMajor(ceed, num_comp_x, basis_x, elem_restr_x, &elem_restr_qx)… in GetQuadratureCoords()
152 *total_nqpnts = l_vec_size / num_comp_x; in GetQuadratureCoords()
155 …PetscCallCeed(ceed, CeedQFunctionCreateIdentity(ceed, num_comp_x, CEED_EVAL_INTERP, CEED_EVAL_NONE… in GetQuadratureCoords()
181 CeedInt num_comp_x, num_comp_stats = spanstats->num_comp_stats; in SpanwiseStatisticsSetupDataCreate() local
193 …(ceed, CeedElemRestrictionGetNumComponents((*stats_setup_data)->elem_restr_parent_x, &num_comp_x)); in SpanwiseStatisticsSetupDataCreate()
241 PetscInt child_num_qpnts, parent_num_qpnts, num_comp_x; in SpanwiseStatisticsCreateSF() local
248 PetscCall(DMGetCoordinateNumComps(childdm, &num_comp_x)); in SpanwiseStatisticsCreateSF()
249 …const PetscInt num_comp_sf = num_comp_x - 1; // Number of coord components used in the creation o… in SpanwiseStatisticsCreateSF()
264 child_coords[0 + i * num_comp_sf] = child_quad_coords[0 + i * num_comp_x]; in SpanwiseStatisticsCreateSF()
265 child_coords[1 + i * num_comp_sf] = child_quad_coords[1 + i * num_comp_x]; in SpanwiseStatisticsCreateSF()
268 parent_coords[0 + i * num_comp_sf] = parent_quad_coords[0 + i * num_comp_x]; in SpanwiseStatisticsCreateSF()
269 parent_coords[1 + i * num_comp_sf] = parent_quad_coords[1 + i * num_comp_x]; in SpanwiseStatisticsCreateSF()