Home
last modified time | relevance | path

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

/libCEED/tests/
H A Dt525-operator.c23 CeedContextFieldLabel count_label, other_label, time_label, bad_label; in main() local
81 CeedOperatorGetContextFieldLabel(op_composite, "time", &time_label); in main()
83 CeedOperatorSetContextDouble(op_composite, time_label, &value_time); in main()
89 CeedOperatorGetContextDoubleRead(op_composite, time_label, &num_values, &values); in main()
92 CeedOperatorRestoreContextDoubleRead(op_composite, time_label, &values); in main()
H A Dt407-qfunction.c19 CeedContextFieldLabel time_label, count_label, is_set_label; in main() local
75 CeedQFunctionContextGetFieldLabel(ctx, "time", &time_label); in main()
78 CeedQFunctionContextSetDouble(ctx, time_label, &value_time); in main()