Home
last modified time | relevance | path

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

/libCEED/tests/
H A Dt220-elemrestriction.c11 CeedVector x, y_oriented, y_unsigned, y_unsigned_copy; in main() local
25 CeedVectorCreate(ceed, num_elem * 2, &y_unsigned_copy); in main()
39 …CeedElemRestrictionApply(elem_restriction_copy, CEED_NOTRANSPOSE, x, y_unsigned_copy, CEED_REQUEST… in main()
45 CeedVectorGetArrayRead(y_unsigned_copy, CEED_MEM_HOST, &y_unsigned_copy_array); in main()
69 CeedVectorRestoreArrayRead(y_unsigned_copy, &y_unsigned_copy_array); in main()
75 CeedVectorDestroy(&y_unsigned_copy); in main()