Lines Matching refs:r_U

65 …s1d(SharedData_Cuda &data, const CeedInt p, const CeedScalar *__restrict__ r_U, const CeedScalar *…  in InterpTransposeAtPoints1d()  argument
77 ….slice[comp * Q_1D + (i + data.t_id_x) % Q_1D], chebyshev_x[(i + data.t_id_x) % Q_1D] * r_U[comp]); in InterpTransposeAtPoints1d()
112 …s1d(SharedData_Cuda &data, const CeedInt p, const CeedScalar *__restrict__ r_U, const CeedScalar *… in GradTransposeAtPoints1d() argument
124 ….slice[comp * Q_1D + (i + data.t_id_x) % Q_1D], chebyshev_x[(i + data.t_id_x) % Q_1D] * r_U[comp]); in GradTransposeAtPoints1d()
172 …s2d(SharedData_Cuda &data, const CeedInt p, const CeedScalar *__restrict__ r_U, const CeedScalar *… in InterpTransposeAtPoints2d() argument
183 const CeedScalar r_u = p < NUM_POINTS ? r_U[comp] : 0.0; in InterpTransposeAtPoints2d()
245 …s2d(SharedData_Cuda &data, const CeedInt p, const CeedScalar *__restrict__ r_U, const CeedScalar *… in GradTransposeAtPoints2d() argument
258 const CeedScalar r_u = p < NUM_POINTS ? r_U[comp + dim * NUM_COMP] : 0.0; in GradTransposeAtPoints2d()
328 …s3d(SharedData_Cuda &data, const CeedInt p, const CeedScalar *__restrict__ r_U, const CeedScalar *… in InterpTransposeAtPoints3d() argument
344 const CeedScalar r_u = p < NUM_POINTS ? r_U[comp] : 0.0; in InterpTransposeAtPoints3d()
419 …s3d(SharedData_Cuda &data, const CeedInt p, const CeedScalar *__restrict__ r_U, const CeedScalar *… in GradTransposeAtPoints3d() argument
442 const CeedScalar r_u = (p < NUM_POINTS) ? r_U[comp + dim * NUM_COMP] : 0.0; in GradTransposeAtPoints3d()