Searched refs:basis_x_gauss (Results 1 – 6 of 6) sorted by relevance
| /libCEED/tests/ |
| H A D | t317-basis.c | 19 CeedBasis basis_x_lobatto, basis_u_lobatto, basis_x_gauss, basis_u_gauss; in main() local 57 CeedBasisCreateTensorH1Lagrange(ceed, 1, 1, 2, q, CEED_GAUSS, &basis_x_gauss); in main() 60 CeedBasisApply(basis_x_gauss, 1, CEED_NOTRANSPOSE, CEED_EVAL_INTERP, x, x_q); in main() 82 CeedBasisDestroy(&basis_x_gauss); in main()
|
| H A D | t311-basis.c | 19 CeedBasis basis_x_lobatto, basis_u_lobatto, basis_x_gauss, basis_u_gauss; in main() local 56 CeedBasisCreateTensorH1Lagrange(ceed, 1, 1, 2, q, CEED_GAUSS, &basis_x_gauss); in main() 59 CeedBasisApply(basis_x_gauss, 1, CEED_NOTRANSPOSE, CEED_EVAL_INTERP, x, x_q); in main() 81 CeedBasisDestroy(&basis_x_gauss); in main()
|
| H A D | t312-basis.c | 19 CeedBasis basis_x_lobatto, basis_x_gauss, basis_u_gauss; in main() local 55 CeedBasisCreateTensorH1Lagrange(ceed, 1, 1, 2, q, CEED_GAUSS, &basis_x_gauss); in main() 58 CeedBasisApply(basis_x_gauss, 1, CEED_NOTRANSPOSE, CEED_EVAL_INTERP, x, x_q); in main() 88 CeedBasisDestroy(&basis_x_gauss); in main()
|
| H A D | t313-basis.c | 24 CeedBasis basis_x_lobatto, basis_u_lobatto, basis_x_gauss, basis_u_gauss; in main() local 64 CeedBasisCreateTensorH1Lagrange(ceed, dim, dim, 2, q, CEED_GAUSS, &basis_x_gauss); in main() 67 CeedBasisApply(basis_x_gauss, 1, CEED_NOTRANSPOSE, CEED_EVAL_INTERP, x, x_q); in main() 97 CeedBasisDestroy(&basis_x_gauss); in main()
|
| H A D | t318-basis.c | 23 CeedBasis basis_x_lobatto, basis_u_lobatto, basis_x_gauss, basis_u_gauss; in main() local 63 CeedBasisCreateTensorH1Lagrange(ceed, dim, dim, 2, q, CEED_GAUSS, &basis_x_gauss); in main() 66 CeedBasisApply(basis_x_gauss, 1, CEED_NOTRANSPOSE, CEED_EVAL_INTERP, x, x_q); in main() 96 CeedBasisDestroy(&basis_x_gauss); in main()
|
| /libCEED/examples/python/ |
| H A D | tutorial-3-basis.ipynb | 230 " basis_x_gauss = ceed.BasisTensorH1Lagrange(dim, dim, 2, Q, libceed.GAUSS)\n", 233 " basis_x_gauss.apply(1, libceed.EVAL_INTERP, X, X_q)\n",
|