Lines Matching refs:v_stride
61 const CeedInt v_stride = 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()
144 const CeedInt v_stride = BASIS_NUM_NODES; in InterpTransposeAtPoints() local
153 CeedScalar *cur_v = &v[elem * v_stride + comp * v_comp_stride]; in InterpTransposeAtPoints()
240 const CeedInt v_stride = 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 …if (dim_1 == dim_2) ChebyshevDerivativeAtPoint<BASIS_Q_1D>(coords[elem * v_stride + dim_2 * v_comp… in GradAtPoints()
292 …else ChebyshevPolynomialsAtPoint<BASIS_Q_1D>(coords[elem * v_stride + dim_2 * v_comp_stride + p], … in GradAtPoints()
329 const CeedInt v_stride = BASIS_NUM_NODES; in GradTransposeAtPoints() local
339 CeedScalar *cur_v = &v[elem * v_stride + comp * v_comp_stride]; in GradTransposeAtPoints()