Searched refs:s_chebyshev_coeffs (Results 1 – 2 of 2) sorted by relevance
52 CeedScalar *s_chebyshev_coeffs = s_buffer_2 + BASIS_BUF_LEN; in InterpAtPoints() local80 …CeedScalar *out = d == BASIS_DIM - 1 ? s_chebyshev_coeffs : (d % 2 ? s_buffer_1 : s_buf… in InterpAtPoints()104 const CeedScalar *in = d == 0 ? s_chebyshev_coeffs : (d % 2 ? buffer_2 : buffer_1); in InterpAtPoints()135 CeedScalar *s_chebyshev_coeffs = s_buffer_2 + BASIS_BUF_LEN; in InterpTransposeAtPoints() local159 s_chebyshev_coeffs[k] = 0.0; in InterpTransposeAtPoints()172 … CeedScalar *out = d == BASIS_DIM - 1 ? s_chebyshev_coeffs : (d % 2 ? buffer_1 : buffer_2); in InterpTransposeAtPoints()198 … const CeedScalar *in = d == 0 ? s_chebyshev_coeffs : (d % 2 ? s_buffer_2 : s_buffer_1); in InterpTransposeAtPoints()231 CeedScalar *s_chebyshev_coeffs = s_buffer_2 + BASIS_BUF_LEN; in GradAtPoints() local260 …CeedScalar *out = d == BASIS_DIM - 1 ? s_chebyshev_coeffs : (d % 2 ? s_buffer_1 : s_buf… in GradAtPoints()287 … const CeedScalar *in = dim_2 == 0 ? s_chebyshev_coeffs : (dim_2 % 2 ? buffer_2 : buffer_1); in GradAtPoints()[all …]