Lines Matching refs:v_comp_stride
63 const CeedInt v_comp_stride = num_elem * BASIS_NUM_PTS; in InterpAtPoints() local
70 CeedScalar *cur_v = &v[elem * v_stride + comp * v_comp_stride]; in InterpAtPoints()
108 …ChebyshevPolynomialsAtPoint<BASIS_Q_1D>(coords[elem * v_stride + d * v_comp_stride + p], chebyshev… in InterpAtPoints()
146 const CeedInt v_comp_stride = num_elem * BASIS_NUM_NODES; in InterpTransposeAtPoints() local
153 CeedScalar *cur_v = &v[elem * v_stride + comp * v_comp_stride]; in InterpTransposeAtPoints()
242 const CeedInt v_comp_stride = num_elem * BASIS_NUM_PTS; in GradAtPoints() local
280 CeedScalar *cur_v = &v[elem * v_stride + dim_1 * v_dim_stride + comp * v_comp_stride]; in GradAtPoints()
291 …ebyshevDerivativeAtPoint<BASIS_Q_1D>(coords[elem * v_stride + dim_2 * v_comp_stride + p], chebyshe… in GradAtPoints()
292 …byshevPolynomialsAtPoint<BASIS_Q_1D>(coords[elem * v_stride + dim_2 * v_comp_stride + p], chebyshe… in GradAtPoints()
331 const CeedInt v_comp_stride = num_elem * BASIS_NUM_NODES; in GradTransposeAtPoints() local
339 CeedScalar *cur_v = &v[elem * v_stride + comp * v_comp_stride]; in GradTransposeAtPoints()