Searched refs:s_chebyshev_interp_1d (Results 1 – 2 of 2) sorted by relevance
49 CeedScalar *s_chebyshev_interp_1d = s_mem; in InterpAtPoints() local55 s_chebyshev_interp_1d[k] = chebyshev_interp_1d[k]; in InterpAtPoints()90 …for (CeedInt b = 0; b < P; b++) v_k += s_chebyshev_interp_1d[j * BASIS_P_1D + b] * in[(a * P + b) … in InterpAtPoints()132 CeedScalar *s_chebyshev_interp_1d = s_mem; in InterpTransposeAtPoints() local138 s_chebyshev_interp_1d[k] = chebyshev_interp_1d[k]; in InterpTransposeAtPoints()209 …for (CeedInt b = 0; b < Q; b++) v_k += s_chebyshev_interp_1d[j + b * BASIS_P_1D] * in[(a * Q + b) … in InterpTransposeAtPoints()228 CeedScalar *s_chebyshev_interp_1d = s_mem; in GradAtPoints() local234 s_chebyshev_interp_1d[k] = chebyshev_interp_1d[k]; in GradAtPoints()270 …for (CeedInt b = 0; b < P; b++) v_k += s_chebyshev_interp_1d[j * BASIS_P_1D + b] * in[(a * P + b) … in GradAtPoints()317 CeedScalar *s_chebyshev_interp_1d = s_mem; in GradTransposeAtPoints() local[all …]