Home
last modified time | relevance | path

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

/libCEED/tests/
H A Dt525-operator.c25 CeedOperator op_sub_1, op_sub_2, op_composite; in main() local
47 CeedOperatorCreate(ceed, qf_sub_1, CEED_QFUNCTION_NONE, CEED_QFUNCTION_NONE, &op_sub_1); in main()
50 CeedOperatorGetContextFieldLabel(op_sub_1, "count", &count_label); in main()
52 CeedOperatorSetContextInt32(op_sub_1, count_label, &value_count); in main()
58 CeedOperatorGetContextInt32Read(op_sub_1, count_label, &num_values, &values); in main()
61 CeedOperatorRestoreContextInt32Read(op_sub_1, count_label, &values); in main()
77 CeedOperatorCompositeAddSub(op_composite, op_sub_1); in main()
113 CeedOperatorGetContext(op_sub_1, &ctx_copy); in main()
126 CeedOperatorDestroy(&op_sub_1); in main()