Lines Matching refs:u_comp_stride
62 const CeedInt u_comp_stride = num_elem * BASIS_NUM_NODES; in InterpAtPoints() local
69 const CeedScalar *cur_u = &u[elem * u_stride + comp * u_comp_stride]; in InterpAtPoints()
145 const CeedInt u_comp_stride = num_elem * BASIS_NUM_PTS; in InterpTransposeAtPoints() local
152 const CeedScalar *cur_u = &u[elem * u_stride + comp * u_comp_stride]; in InterpTransposeAtPoints()
175 …ChebyshevPolynomialsAtPoint<BASIS_Q_1D>(coords[elem * u_stride + d * u_comp_stride + p], chebyshev… in InterpTransposeAtPoints()
241 const CeedInt u_comp_stride = num_elem * BASIS_NUM_NODES; in GradAtPoints() local
250 const CeedScalar *cur_u = &u[elem * u_stride + comp * u_comp_stride]; in GradAtPoints()
330 const CeedInt u_comp_stride = num_elem * BASIS_NUM_PTS; in GradTransposeAtPoints() local
353 … const CeedScalar *cur_u = &u[elem * u_stride + dim_1 * u_dim_stride + comp * u_comp_stride]; in GradTransposeAtPoints()
364 …ebyshevDerivativeAtPoint<BASIS_Q_1D>(coords[elem * u_stride + dim_2 * u_comp_stride + p], chebyshe… in GradTransposeAtPoints()
365 …byshevPolynomialsAtPoint<BASIS_Q_1D>(coords[elem * u_stride + dim_2 * u_comp_stride + p], chebyshe… in GradTransposeAtPoints()