Home
last modified time | relevance | path

Searched refs:field_offset (Results 1 – 3 of 3) sorted by relevance

/libCEED/interface/
H A Dceed-qfunctioncontext.c58 …isterGeneric(CeedQFunctionContext ctx, const char *field_name, size_t field_offset, const char *fi… in CeedQFunctionContextRegisterGeneric() argument
95 ctx->field_labels[ctx->num_fields]->offset = field_offset; in CeedQFunctionContextRegisterGeneric()
814 …gisterDouble(CeedQFunctionContext ctx, const char *field_name, size_t field_offset, size_t num_val… in CeedQFunctionContextRegisterDouble() argument
816 …return CeedQFunctionContextRegisterGeneric(ctx, field_name, field_offset, field_description, CEED_… in CeedQFunctionContextRegisterDouble()
832 …egisterInt32(CeedQFunctionContext ctx, const char *field_name, size_t field_offset, size_t num_val… in CeedQFunctionContextRegisterInt32() argument
834 …return CeedQFunctionContextRegisterGeneric(ctx, field_name, field_offset, field_description, CEED_… in CeedQFunctionContextRegisterInt32()
850 …isterBoolean(CeedQFunctionContext ctx, const char *field_name, size_t field_offset, size_t num_val… in CeedQFunctionContextRegisterBoolean() argument
852 …return CeedQFunctionContextRegisterGeneric(ctx, field_name, field_offset, field_description, CEED_… in CeedQFunctionContextRegisterBoolean()
886 …ription(CeedContextFieldLabel label, const char **field_name, size_t *field_offset, size_t *num_va… in CeedContextFieldLabelGetDescription() argument
889 if (field_offset) *field_offset = label->offset; in CeedContextFieldLabelGetDescription()
/libCEED/include/ceed/
H A Dceed.h419 …gisterDouble(CeedQFunctionContext ctx, const char *field_name, size_t field_offset, size_t num_val…
421 …egisterInt32(CeedQFunctionContext ctx, const char *field_name, size_t field_offset, size_t num_val…
423 …isterBoolean(CeedQFunctionContext ctx, const char *field_name, size_t field_offset, size_t num_val…
426 …ription(CeedContextFieldLabel label, const char **field_name, size_t *field_offset, size_t *num_va…
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl625 function CeedQFunctionContextRegisterDouble(ctx, field_name, field_offset, num_values, field_descri… argument
626 …nContext, Ptr{Cchar}, Csize_t, Csize_t, Ptr{Cchar}), ctx, field_name, field_offset, num_values, fi…
629 function CeedQFunctionContextRegisterInt32(ctx, field_name, field_offset, num_values, field_descrip… argument
630 …nContext, Ptr{Cchar}, Csize_t, Csize_t, Ptr{Cchar}), ctx, field_name, field_offset, num_values, fi…
637 function CeedContextFieldLabelGetDescription(label, field_name, field_offset, num_values, field_des… argument
638 …e_t}, Ptr{Ptr{Cchar}}, Ptr{CeedContextFieldType}), label, field_name, field_offset, num_values, fi…