Home
last modified time | relevance | path

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

/libCEED/tests/
H A Dt599-operator.c15 CeedElemRestriction elem_restriction_x_points, elem_restriction_u_points, elem_restriction_u; in main() local
44 …em, num_points, 1, num_points, CEED_MEM_HOST, CEED_COPY_VALUES, ind_x, &elem_restriction_u_points); in main()
45 CeedElemRestrictionCreateVector(elem_restriction_u_points, &u_points, NULL); in main()
87 …CeedOperatorSetField(op_to_points, "u_points", elem_restriction_u_points, CEED_BASIS_NONE, u_point… in main()
98 …CeedOperatorSetField(op_from_points, "u_points", elem_restriction_u_points, CEED_BASIS_NONE, u_poi… in main()
136 CeedElemRestrictionDestroy(&elem_restriction_u_points); in main()