Searched refs:CeedQFunctionContextGetFieldLabel (Results 1 – 7 of 7) sorted by relevance
| /libCEED/tests/ |
| H A D | t407-qfunction.c | 75 CeedQFunctionContextGetFieldLabel(ctx, "time", &time_label); in main() 81 CeedQFunctionContextGetFieldLabel(ctx, "count", &count_label); in main() 88 CeedQFunctionContextGetFieldLabel(ctx, "is set", &is_set_label); in main()
|
| /libCEED/interface/ |
| H A D | ceed-qfunctioncontext.c | 284 int CeedQFunctionContextGetFieldLabel(CeedQFunctionContext ctx, const char *field_name, CeedContext… in CeedQFunctionContextGetFieldLabel() function
|
| H A D | ceed-qfunction.c | 783 CeedCall(CeedQFunctionContextGetFieldLabel(ctx, "size", &size_label)); in CeedQFunctionCreateIdentity()
|
| H A D | ceed-operator.c | 2024 …CeedCall(CeedQFunctionContextGetFieldLabel(sub_operators[i]->qf->ctx, field_name, &new_field_label… in CeedOperatorGetContextFieldLabel() 2071 CeedCall(CeedQFunctionContextGetFieldLabel(ctx, field_name, field_label)); in CeedOperatorGetContextFieldLabel()
|
| /libCEED/include/ceed/ |
| H A D | backend.h | 406 CEED_EXTERN int CeedQFunctionContextGetFieldLabel(CeedQFunctionContext ctx, const char *field_name…
|
| /libCEED/julia/LibCEED.jl/src/generated/ |
| H A D | libceed_bindings.jl | 1278 function CeedQFunctionContextGetFieldLabel(ctx, field_name, field_label) function 1279 …ccall((:CeedQFunctionContextGetFieldLabel, libceed), Cint, (CeedQFunctionContext, Ptr{Cchar}, Ptr{…
|
| /libCEED/ |
| H A D | coverage.info | 11273 FNA:10,0,CeedQFunctionContextGetFieldLabel
|