Home
last modified time | relevance | path

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

/libCEED/tests/
H A Dt525-operator.c22 CeedQFunctionContext qf_ctx_sub_1, qf_ctx_sub_2; in main() local
39 CeedQFunctionContextCreate(ceed, &qf_ctx_sub_1); in main()
40 …CeedQFunctionContextSetData(qf_ctx_sub_1, CEED_MEM_HOST, CEED_USE_POINTER, sizeof(TestContext1), &… in main()
41 …CeedQFunctionContextRegisterInt32(qf_ctx_sub_1, "count", offsetof(TestContext1, count), 1, "some s… in main()
42 …CeedQFunctionContextRegisterDouble(qf_ctx_sub_1, "other", offsetof(TestContext1, other), 1, "some … in main()
45 CeedQFunctionSetContext(qf_sub_1, qf_ctx_sub_1); in main()
114 if (ctx_copy != qf_ctx_sub_1) printf("Incorrect QFunctionContext retrieved"); in main()
122 CeedQFunctionContextDestroy(&qf_ctx_sub_1); in main()