Searched refs:qf_context (Results 1 – 2 of 2) sorted by relevance
| /libCEED/tests/ |
| H A D | t597-operator.c | 113 CeedQFunctionContext qf_context; in main() local 115 CeedQFunctionContextCreate(ceed, &qf_context); in main() 116 …CeedQFunctionContextSetData(qf_context, CEED_MEM_HOST, CEED_COPY_VALUES, sizeof(CeedInt), &num_com… in main() 117 CeedQFunctionSetContext(qf_diff, qf_context); in main() 118 CeedQFunctionContextDestroy(&qf_context); in main()
|
| H A D | t596-operator.c | 101 CeedQFunctionContext qf_context; in main() local 103 CeedQFunctionContextCreate(ceed, &qf_context); in main() 104 …CeedQFunctionContextSetData(qf_context, CEED_MEM_HOST, CEED_COPY_VALUES, sizeof(CeedInt), &num_com… in main() 105 CeedQFunctionSetContext(qf_mass, qf_context); in main() 106 CeedQFunctionContextDestroy(&qf_context); in main()
|