Home
last modified time | relevance | path

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

/libCEED/tests/
H A Dt506-operator.c13 …CeedElemRestriction elem_restriction_x, elem_restriction_u, elem_restriction_q_data_small, elem_re… in main() local
51 …eStrided(ceed, num_elem, q, 1, q * num_elem, strides_q_data_small, &elem_restriction_q_data_small); in main()
77 …CeedOperatorSetField(op_setup_small, "rho", elem_restriction_q_data_small, CEED_BASIS_NONE, CEED_V… in main()
80 …CeedOperatorSetField(op_mass_small, "rho", elem_restriction_q_data_small, CEED_BASIS_NONE, q_data_… in main()
154 CeedElemRestrictionDestroy(&elem_restriction_q_data_small); in main()