Home
last modified time | relevance | path

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

/libCEED/tests/
H A Dt319-basis.c209 CeedBasis basis_face, basis_cell_to_face, basis_proj; in main() local
217 …OGY_HEX, 1, P, Q, (CeedScalar *)interp, (CeedScalar *)grad, q_ref, q_weights, &basis_cell_to_face); in main()
218 CeedBasisCreateProjection(basis_cell_to_face, basis_face, &basis_proj); in main()
243 CeedBasisDestroy(&basis_cell_to_face); in main()