Home
last modified time | relevance | path

Searched refs:p_to (Results 1 – 1 of 1) sorted by relevance

/libCEED/tests/
H A Dt319-basis.c119 …eedInt p_from = 4, p_to = 5, q = 6, x_dim = CeedIntPow(2, dim), p_from_dim = CeedIntPow(p_from,… in main() local
143 CeedBasisCreateTensorH1Lagrange(ceed, dim, dim, 2, p_to, CEED_GAUSS_LOBATTO, &basis_x); in main()
149 CeedBasisCreateTensorH1Lagrange(ceed, dim, 1, p_to, q, CEED_GAUSS, &basis_to); in main()