Searched refs:sub_labels (Results 1 – 2 of 2) sorted by relevance
| /libCEED/interface/ |
| H A D | ceed-operator.c | 417 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 D | ceed-impl.h | 318 CeedContextFieldLabel *sub_labels; member
|