Home
last modified time | relevance | path

Searched defs:field_label (Results 1 – 3 of 3) sorted by relevance

/libCEED/interface/
H A Dceed-qfunctioncontext.c284 …tFieldLabel(CeedQFunctionContext ctx, const char *field_name, CeedContextFieldLabel *field_label) { in CeedQFunctionContextGetFieldLabel()
309 int CeedQFunctionContextSetGeneric(CeedQFunctionContext ctx, CeedContextFieldLabel field_label, Cee… in CeedQFunctionContextSetGeneric()
342 int CeedQFunctionContextGetGenericRead(CeedQFunctionContext ctx, CeedContextFieldLabel field_label,… in CeedQFunctionContextGetGenericRead()
379 …FunctionContextRestoreGenericRead(CeedQFunctionContext ctx, CeedContextFieldLabel field_label, Cee… in CeedQFunctionContextRestoreGenericRead()
401 int CeedQFunctionContextSetDouble(CeedQFunctionContext ctx, CeedContextFieldLabel field_label, doub… in CeedQFunctionContextSetDouble()
419 int CeedQFunctionContextGetDoubleRead(CeedQFunctionContext ctx, CeedContextFieldLabel field_label, … in CeedQFunctionContextGetDoubleRead()
436 …QFunctionContextRestoreDoubleRead(CeedQFunctionContext ctx, CeedContextFieldLabel field_label, con… in CeedQFunctionContextRestoreDoubleRead()
453 int CeedQFunctionContextSetInt32(CeedQFunctionContext ctx, CeedContextFieldLabel field_label, int32… in CeedQFunctionContextSetInt32()
471 int CeedQFunctionContextGetInt32Read(CeedQFunctionContext ctx, CeedContextFieldLabel field_label, s… in CeedQFunctionContextGetInt32Read()
488 …dQFunctionContextRestoreInt32Read(CeedQFunctionContext ctx, CeedContextFieldLabel field_label, con… in CeedQFunctionContextRestoreInt32Read()
[all …]
H A Dceed-operator.c387 static int CeedOperatorContextSetGeneric(CeedOperator op, CeedContextFieldLabel field_label, CeedCo… in CeedOperatorContextSetGeneric()
450 static int CeedOperatorContextGetGenericRead(CeedOperator op, CeedContextFieldLabel field_label, Ce… in CeedOperatorContextGetGenericRead()
517 static int CeedOperatorContextRestoreGenericRead(CeedOperator op, CeedContextFieldLabel field_label in CeedOperatorContextRestoreGenericRead()
1994 …GetContextFieldLabel(CeedOperator op, const char *field_name, CeedContextFieldLabel *field_label) { in CeedOperatorGetContextFieldLabel()
2108 int CeedOperatorSetContextDouble(CeedOperator op, CeedContextFieldLabel field_label, double *values… in CeedOperatorSetContextDouble()
2126 int CeedOperatorGetContextDoubleRead(CeedOperator op, CeedContextFieldLabel field_label, size_t *nu… in CeedOperatorGetContextDoubleRead()
2141 int CeedOperatorRestoreContextDoubleRead(CeedOperator op, CeedContextFieldLabel field_label, const … in CeedOperatorRestoreContextDoubleRead()
2158 int CeedOperatorSetContextInt32(CeedOperator op, CeedContextFieldLabel field_label, int32_t *values… in CeedOperatorSetContextInt32()
2176 int CeedOperatorGetContextInt32Read(CeedOperator op, CeedContextFieldLabel field_label, size_t *num… in CeedOperatorGetContextInt32Read()
2191 int CeedOperatorRestoreContextInt32Read(CeedOperator op, CeedContextFieldLabel field_label, const i… in CeedOperatorRestoreContextInt32Read()
[all …]
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl789 function CeedOperatorGetContextFieldLabel(op, field_name, field_label) argument
793 function CeedOperatorSetContextDouble(op, field_label, values) argument
797 function CeedOperatorGetContextDoubleRead(op, field_label, num_values, values) argument
801 function CeedOperatorRestoreContextDoubleRead(op, field_label, values) argument
805 function CeedOperatorSetContextInt32(op, field_label, values) argument
809 function CeedOperatorGetContextInt32Read(op, field_label, num_values, values) argument
813 function CeedOperatorRestoreContextInt32Read(op, field_label, values) argument
1278 function CeedQFunctionContextGetFieldLabel(ctx, field_name, field_label) argument
1282 function CeedQFunctionContextSetGeneric(ctx, field_label, field_type, value) argument
1286 function CeedQFunctionContextGetGenericRead(ctx, field_label, field_type, num_values, value) argument
[all …]