Home
last modified time | relevance | path

Searched refs:chebyshev_q_weight_1d (Results 1 – 1 of 1) sorted by relevance

/libCEED/interface/
H A Dceed-basis.c503 CeedScalar *chebyshev_interp_1d, *chebyshev_grad_1d, *chebyshev_q_weight_1d; in CeedBasisApplyAtPoints_Core() local
509 CeedCall(CeedCalloc(Q_1d, &chebyshev_q_weight_1d)); in CeedBasisApplyAtPoints_Core()
515 …dim, num_comp, P_1d, Q_1d, chebyshev_interp_1d, chebyshev_grad_1d, q_ref_1d, chebyshev_q_weight_1d, in CeedBasisApplyAtPoints_Core()
521 CeedCall(CeedFree(&chebyshev_q_weight_1d)); in CeedBasisApplyAtPoints_Core()