Home
last modified time | relevance | path

Searched refs:qf_ctx_sub_2 (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
65 CeedQFunctionContextCreate(ceed, &qf_ctx_sub_2); in main()
66 …CeedQFunctionContextSetData(qf_ctx_sub_2, CEED_MEM_HOST, CEED_USE_POINTER, sizeof(TestContext2), &… in main()
67 …CeedQFunctionContextRegisterDouble(qf_ctx_sub_2, "time", offsetof(TestContext2, time), 1, "current… in main()
68 …CeedQFunctionContextRegisterDouble(qf_ctx_sub_2, "other", offsetof(TestContext2, other), 1, "some … in main()
71 CeedQFunctionSetContext(qf_sub_2, qf_ctx_sub_2); in main()
118 if (ctx_copy != qf_ctx_sub_2) printf("Incorrect QFunctionContext retrieved"); in main()
123 CeedQFunctionContextDestroy(&qf_ctx_sub_2); in main()