Searched refs:w_xy (Results 1 – 1 of 1) sorted by relevance
592 const CeedScalar w_xy = q_weight_1d[item_id_x] * q_weight_1d[item_id_y]; in WeightTensor3d() local593 for (CeedInt q = 0; q < Q_1D; ++q) w[q] = w_xy * q_weight_1d[q]; in WeightTensor3d()