Home
last modified time | relevance | path

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

/libCEED/interface/
H A Dceed-operator.c417 if (ctx && field_label->sub_labels[i]) { in CeedOperatorContextSetGeneric()
418 … CeedCall(CeedQFunctionContextSetGeneric(ctx, field_label->sub_labels[i], field_type, values)); in CeedOperatorContextSetGeneric()
484 if (ctx && field_label->sub_labels[i]) { in CeedOperatorContextGetGenericRead()
485 …CeedCall(CeedQFunctionContextGetGenericRead(ctx, field_label->sub_labels[i], field_type, num_value… in CeedOperatorContextGetGenericRead()
547 if (ctx && field_label->sub_labels[i]) { in CeedOperatorContextRestoreGenericRead()
548 …CeedCall(CeedQFunctionContextRestoreGenericRead(ctx, field_label->sub_labels[i], field_type, value… in CeedOperatorContextRestoreGenericRead()
2017 CeedCall(CeedCalloc(num_sub, &new_field_label->sub_labels)); in CeedOperatorGetContextFieldLabel()
2027 new_field_label->sub_labels[i] = new_field_label_i; in CeedOperatorGetContextFieldLabel()
2057 CeedCall(CeedFree(&new_field_label->sub_labels)); in CeedOperatorGetContextFieldLabel()
2495 CeedCall(CeedFree(&(*op)->context_labels[i]->sub_labels)); in CeedOperatorDestroy()
/libCEED/include/
H A Dceed-impl.h318 CeedContextFieldLabel *sub_labels; member