Searched refs:chebyshev_grad_1d (Results 1 – 1 of 1) sorted by relevance
| /libCEED/interface/ |
| H A D | ceed-basis.c | 503 CeedScalar *chebyshev_interp_1d, *chebyshev_grad_1d, *chebyshev_q_weight_1d; in CeedBasisApplyAtPoints_Core() local 508 CeedCall(CeedCalloc(P_1d * Q_1d, &chebyshev_grad_1d)); in CeedBasisApplyAtPoints_Core() 515 …reateTensorH1(ceed, dim, num_comp, P_1d, Q_1d, chebyshev_interp_1d, chebyshev_grad_1d, q_ref_1d, c… in CeedBasisApplyAtPoints_Core() 520 CeedCall(CeedFree(&chebyshev_grad_1d)); in CeedBasisApplyAtPoints_Core()
|