Home
last modified time | relevance | path

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

/libCEED/tests/
H A Dt599-operator.c18 CeedOperator op_to_points, op_from_points, op_mass; in main() local
85 …peratorCreateAtPoints(ceed, qf_to_points, CEED_QFUNCTION_NONE, CEED_QFUNCTION_NONE, &op_to_points); in main()
86 CeedOperatorSetField(op_to_points, "u", elem_restriction_u, basis_u, CEED_VECTOR_ACTIVE); in main()
87 …CeedOperatorSetField(op_to_points, "u_points", elem_restriction_u_points, CEED_BASIS_NONE, u_point… in main()
88 CeedOperatorAtPointsSetPoints(op_to_points, elem_restriction_x_points, x_points); in main()
90 CeedOperatorIsAtPoints(op_to_points, &is_at_points); in main()
107 CeedOperatorCompositeAddSub(op_mass, op_to_points); in main()
141 CeedOperatorDestroy(&op_to_points); in main()