Searched refs:qf_to_points (Results 1 – 1 of 1) sorted by relevance
| /libCEED/tests/ |
| H A D | t599-operator.c | 17 CeedQFunction qf_to_points, qf_from_points; in main() local 81 CeedQFunctionCreateInterior(ceed, 1, mass, mass_loc, &qf_to_points); in main() 82 CeedQFunctionAddInput(qf_to_points, "u", 1, CEED_EVAL_INTERP); in main() 83 CeedQFunctionAddOutput(qf_to_points, "u_points", 1, CEED_EVAL_NONE); in main() 85 …CeedOperatorCreateAtPoints(ceed, qf_to_points, CEED_QFUNCTION_NONE, CEED_QFUNCTION_NONE, &op_to_po… in main() 139 CeedQFunctionDestroy(&qf_to_points); in main()
|