Home
last modified time | relevance | path

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

/libCEED/tests/
H A Dt597-operator.c113 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 Dt596-operator.c101 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()