Lines Matching refs:CeedBasisGetNumNodes1D
248 CeedCall(CeedBasisGetNumNodes1D(basis_to, &P_to)); in CeedBasisCreateProjectionMatrices()
249 CeedCall(CeedBasisGetNumNodes1D(basis_from, &P_from)); in CeedBasisCreateProjectionMatrices()
404 CeedCall(CeedBasisGetNumNodes1D(basis, &P_1d)); in CeedBasisApplyAtPointsCheckDims()
483 CeedCall(CeedBasisGetNumNodes1D(basis, &P_1d)); in CeedBasisApplyAtPoints_Core()
741 CeedCall(CeedBasisGetNumNodes1D(basis, &P_1d)); in CeedBasisGetCollocatedGrad()
773 CeedCall(CeedBasisGetNumNodes1D(basis, &P_1d)); in CeedBasisGetChebyshevInterp1D()
948 CeedCall(CeedBasisGetNumNodes1D(basis, &P_1d)); in CeedBasisGetFlopsEstimate()
1880 CeedCall(CeedBasisGetNumNodes1D(basis_from, &P_1d_from)); in CeedBasisCreateProjection()
1881 CeedCall(CeedBasisGetNumNodes1D(basis_to, &P_1d_to)); in CeedBasisCreateProjection()
1993 CeedCall(CeedBasisGetNumNodes1D(basis, &P_1d)); in CeedBasisView()
2255 int CeedBasisGetNumNodes1D(CeedBasis basis, CeedInt *P_1d) { in CeedBasisGetNumNodes1D() function