Searched refs:p_from (Results 1 – 1 of 1) sorted by relevance
| /libCEED/tests/ |
| H A D | t319-basis.c | 119 …CeedInt p_from = 4, p_to = 5, q = 6, x_dim = CeedIntPow(2, dim), p_from_dim = CeedIntPow(p_from… in main() local 140 CeedBasisCreateTensorH1Lagrange(ceed, dim, dim, 2, p_from, CEED_GAUSS_LOBATTO, &basis_x); in main() 148 CeedBasisCreateTensorH1Lagrange(ceed, dim, 1, p_from, q, CEED_GAUSS, &basis_from); in main()
|