Searched refs:CeedChebyshevPolynomialsAtPoint (Results 1 – 2 of 2) sorted by relevance
| /libCEED/interface/ |
| H A D | ceed-basis.c | 48 static int CeedChebyshevPolynomialsAtPoint(CeedScalar x, CeedInt n, CeedScalar *chebyshev_x) { in CeedChebyshevPolynomialsAtPoint() function 565 …CeedCall(CeedChebyshevPolynomialsAtPoint(x_array_read[d * total_num_points + p], Q_1d, chebyshev_x… in CeedBasisApplyAtPoints_Core() 587 …else CeedCall(CeedChebyshevPolynomialsAtPoint(x_array_read[d * total_num_points + p], Q_1d, chebys… in CeedBasisApplyAtPoints_Core() 629 …CeedCall(CeedChebyshevPolynomialsAtPoint(x_array_read[d * total_num_points + p], Q_1d, chebyshev_x… in CeedBasisApplyAtPoints_Core() 651 …else CeedCall(CeedChebyshevPolynomialsAtPoint(x_array_read[d * total_num_points + p], Q_1d, chebys… in CeedBasisApplyAtPoints_Core() 781 …for (CeedInt i = 0; i < Q_1d; i++) CeedCall(CeedChebyshevPolynomialsAtPoint(q_ref_1d[i], Q_1d, &C[… in CeedBasisGetChebyshevInterp1D()
|
| /libCEED/ |
| H A D | coverage.info | 5350 FNA:52,0,CeedChebyshevPolynomialsAtPoint
|