Lines Matching refs:Q_1d
51 CeedInt P_1d, Q_1d; in CeedBasisApplyCore_Ref() local
54 CeedCallBackend(CeedBasisGetNumQuadraturePoints1D(basis, &Q_1d)); in CeedBasisApplyCore_Ref()
61 CeedInt P = P_1d, Q = Q_1d; in CeedBasisApplyCore_Ref()
64 P = Q_1d; in CeedBasisApplyCore_Ref()
86 CeedInt P = P_1d, Q = Q_1d; in CeedBasisApplyCore_Ref()
89 P = Q_1d; in CeedBasisApplyCore_Ref()
90 Q = Q_1d; in CeedBasisApplyCore_Ref()
112 P = Q_1d, Q = Q_1d; in CeedBasisApplyCore_Ref()
114 P = Q_1d; in CeedBasisApplyCore_Ref()
148 P = Q_1d; in CeedBasisApplyCore_Ref()
170 CeedInt Q = Q_1d; in CeedBasisApplyCore_Ref()
278 int CeedBasisCreateTensorH1_Ref(CeedInt dim, CeedInt P_1d, CeedInt Q_1d, const CeedScalar *interp_1… in CeedBasisCreateTensorH1_Ref() argument
290 if (Q_1d >= P_1d && !impl->is_collocated) { in CeedBasisCreateTensorH1_Ref()
291 CeedCallBackend(CeedMalloc(Q_1d * Q_1d, &impl->collo_grad_1d)); in CeedBasisCreateTensorH1_Ref()