Home
last modified time | relevance | path

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

/libCEED/interface/
H A Dceed-qfunctioncontext.c59 CeedContextFieldType field_type, size_t num_values) { in CeedQFunctionContextRegisterGeneric() argument
79 switch (field_type) { in CeedQFunctionContextRegisterGeneric()
94 ctx->field_labels[ctx->num_fields]->type = field_type; in CeedQFunctionContextRegisterGeneric()
309 …ionContext ctx, CeedContextFieldLabel field_label, CeedContextFieldType field_type, void *values) { in CeedQFunctionContextSetGeneric() argument
314 …CeedCheck(field_label->type == field_type, CeedQFunctionContextReturnCeed(ctx), CEED_ERROR_UNSUPPO… in CeedQFunctionContextSetGeneric()
316 CeedContextFieldTypes[field_label->type], CeedContextFieldTypes[field_type]); in CeedQFunctionContextSetGeneric()
342 …cRead(CeedQFunctionContext ctx, CeedContextFieldLabel field_label, CeedContextFieldType field_type, in CeedQFunctionContextGetGenericRead() argument
347 …CeedCheck(field_label->type == field_type, CeedQFunctionContextReturnCeed(ctx), CEED_ERROR_UNSUPPO… in CeedQFunctionContextGetGenericRead()
349 CeedContextFieldTypes[field_label->type], CeedContextFieldTypes[field_type]); in CeedQFunctionContextGetGenericRead()
353 switch (field_type) { in CeedQFunctionContextGetGenericRead()
[all …]
H A Dceed-operator.c100 const char *field_type = is_input ? "Input" : "Output"; in CeedOperatorFieldView() local
115 tabs, field_type, field_number, tabs, field_name); in CeedOperatorFieldView()
387 …eedOperator op, CeedContextFieldLabel field_label, CeedContextFieldType field_type, void *values) { in CeedOperatorContextSetGeneric() argument
418 … CeedCall(CeedQFunctionContextSetGeneric(ctx, field_label->sub_labels[i], field_type, values)); in CeedOperatorContextSetGeneric()
427 CeedCall(CeedQFunctionContextSetGeneric(ctx, field_label, field_type, values)); in CeedOperatorContextSetGeneric()
450 …edOperator op, CeedContextFieldLabel field_label, CeedContextFieldType field_type, size_t *num_val… in CeedOperatorContextGetGenericRead() argument
485 …CeedCall(CeedQFunctionContextGetGenericRead(ctx, field_label->sub_labels[i], field_type, num_value… in CeedOperatorContextGetGenericRead()
496 CeedCall(CeedQFunctionContextGetGenericRead(ctx, field_label, field_type, num_values, values)); in CeedOperatorContextGetGenericRead()
517 …eedOperator op, CeedContextFieldLabel field_label, CeedContextFieldType field_type, void *values) { in CeedOperatorContextRestoreGenericRead() argument
548 …CeedCall(CeedQFunctionContextRestoreGenericRead(ctx, field_label->sub_labels[i], field_type, value… in CeedOperatorContextRestoreGenericRead()
[all …]
/libCEED/include/ceed/
H A Dbackend.h407 …neric(CeedQFunctionContext ctx, CeedContextFieldLabel field_label, CeedContextFieldType field_type,
409 …cRead(CeedQFunctionContext ctx, CeedContextFieldLabel field_label, CeedContextFieldType field_type,
411 …cRead(CeedQFunctionContext ctx, CeedContextFieldLabel field_label, CeedContextFieldType field_type,
H A Dceed.h427 … const char **field_description, CeedContextFieldType *field_type);
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl637 …ieldLabelGetDescription(label, field_name, field_offset, num_values, field_description, field_type) argument
638 …CeedContextFieldType}), label, field_name, field_offset, num_values, field_description, field_type)
1282 function CeedQFunctionContextSetGeneric(ctx, field_label, field_type, value) argument
1283 …ext, CeedContextFieldLabel, CeedContextFieldType, Ptr{Cvoid}), ctx, field_label, field_type, value)
1286 function CeedQFunctionContextGetGenericRead(ctx, field_label, field_type, num_values, value) argument
1287 …el, CeedContextFieldType, Ptr{Csize_t}, Ptr{Cvoid}), ctx, field_label, field_type, num_values, val…
1290 function CeedQFunctionContextRestoreGenericRead(ctx, field_label, field_type, value) argument
1291 …ext, CeedContextFieldLabel, CeedContextFieldType, Ptr{Cvoid}), ctx, field_label, field_type, value)