Home
last modified time | relevance | path

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

/libCEED/tests/
H A Dt509-operator.c24 CeedInt strides_u_i[3] = {1, p, p}; in main() local
25 …CeedElemRestrictionCreateStrided(ceed, num_elem, p, 1, p * num_elem, strides_u_i, &elem_restrictio… in main()
H A Dt570-operator.c35 CeedInt strides_u_i[3] = {1, q, q}; in main() local
36 …CeedElemRestrictionCreateStrided(ceed, num_elem, q, 1, q * num_elem, strides_u_i, &elem_restrictio… in main()