Searched defs:field_type (Results 1 – 3 of 3) sorted by relevance
| /libCEED/interface/ |
| H A D | ceed-qfunctioncontext.c | 59 CeedContextFieldType field_type, size_t num_values) { in CeedQFunctionContextRegisterGeneric() 309 …CeedQFunctionContext ctx, CeedContextFieldLabel field_label, CeedContextFieldType field_type, void… in CeedQFunctionContextSetGeneric() 342 …cRead(CeedQFunctionContext ctx, CeedContextFieldLabel field_label, CeedContextFieldType field_type, in CeedQFunctionContextGetGenericRead() 379 …cRead(CeedQFunctionContext ctx, CeedContextFieldLabel field_label, CeedContextFieldType field_type, in CeedQFunctionContextRestoreGenericRead() 887 … const char **field_description, CeedContextFieldType *field_type) { in CeedContextFieldLabelGetDescription()
|
| H A D | ceed-operator.c | 100 const char *field_type = is_input ? "Input" : "Output"; in CeedOperatorFieldView() local 387 …tGeneric(CeedOperator op, CeedContextFieldLabel field_label, CeedContextFieldType field_type, void… in CeedOperatorContextSetGeneric() 450 …ericRead(CeedOperator op, CeedContextFieldLabel field_label, CeedContextFieldType field_type, size… in CeedOperatorContextGetGenericRead() 517 …ericRead(CeedOperator op, CeedContextFieldLabel field_label, CeedContextFieldType field_type, void… in CeedOperatorContextRestoreGenericRead()
|
| /libCEED/julia/LibCEED.jl/src/generated/ |
| H A D | libceed_bindings.jl | 637 …ieldLabelGetDescription(label, field_name, field_offset, num_values, field_description, field_type) argument 1282 function CeedQFunctionContextSetGeneric(ctx, field_label, field_type, value) argument 1286 function CeedQFunctionContextGetGenericRead(ctx, field_label, field_type, num_values, value) argument 1290 function CeedQFunctionContextRestoreGenericRead(ctx, field_label, field_type, value) argument
|