Home
last modified time | relevance | path

Searched refs:CeedContextFieldLabel (Results 1 – 11 of 11) sorted by relevance

/libCEED/interface/
H A Dceed-qfunctioncontext.c284 …xtGetFieldLabel(CeedQFunctionContext ctx, const char *field_name, CeedContextFieldLabel *field_lab… in CeedQFunctionContextGetFieldLabel()
309 int CeedQFunctionContextSetGeneric(CeedQFunctionContext ctx, CeedContextFieldLabel field_label, Cee… in CeedQFunctionContextSetGeneric()
342 int CeedQFunctionContextGetGenericRead(CeedQFunctionContext ctx, CeedContextFieldLabel field_label,… in CeedQFunctionContextGetGenericRead()
379 int CeedQFunctionContextRestoreGenericRead(CeedQFunctionContext ctx, CeedContextFieldLabel field_la… in CeedQFunctionContextRestoreGenericRead()
401 int CeedQFunctionContextSetDouble(CeedQFunctionContext ctx, CeedContextFieldLabel field_label, doub… in CeedQFunctionContextSetDouble()
419 int CeedQFunctionContextGetDoubleRead(CeedQFunctionContext ctx, CeedContextFieldLabel field_label, … in CeedQFunctionContextGetDoubleRead()
436 int CeedQFunctionContextRestoreDoubleRead(CeedQFunctionContext ctx, CeedContextFieldLabel field_lab… 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 int CeedQFunctionContextRestoreInt32Read(CeedQFunctionContext ctx, CeedContextFieldLabel field_labe… 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 int CeedOperatorGetContextFieldLabel(CeedOperator op, const char *field_name, CeedContextFieldLabel in CeedOperatorGetContextFieldLabel()
2012 CeedContextFieldLabel new_field_label; in CeedOperatorGetContextFieldLabel()
2022 CeedContextFieldLabel new_field_label_i; 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()
[all …]
H A Dceed-qfunction.c774 CeedContextFieldLabel size_label; in CeedQFunctionCreateIdentity()
/libCEED/include/ceed/
H A Dbackend.h406 …xtGetFieldLabel(CeedQFunctionContext ctx, const char *field_name, CeedContextFieldLabel *field_lab…
407 CEED_EXTERN int CeedQFunctionContextSetGeneric(CeedQFunctionContext ctx, CeedContextFieldLabel fie…
409 CEED_EXTERN int CeedQFunctionContextGetGenericRead(CeedQFunctionContext ctx, CeedContextFieldLabel
411 … CeedQFunctionContextRestoreGenericRead(CeedQFunctionContext ctx, CeedContextFieldLabel field_labe…
413 CEED_EXTERN int CeedQFunctionContextSetDouble(CeedQFunctionContext ctx, CeedContextFieldLabel fiel…
414 CEED_EXTERN int CeedQFunctionContextGetDoubleRead(CeedQFunctionContext ctx, CeedContextFieldLabel
416 … CeedQFunctionContextRestoreDoubleRead(CeedQFunctionContext ctx, CeedContextFieldLabel field_labe…
417 CEED_EXTERN int CeedQFunctionContextSetInt32(CeedQFunctionContext ctx, CeedContextFieldLabel field…
418 CEED_EXTERN int CeedQFunctionContextGetInt32Read(CeedQFunctionContext ctx, CeedContextFieldLabel f…
420 …t CeedQFunctionContextRestoreInt32Read(CeedQFunctionContext ctx, CeedContextFieldLabel field_labe…
[all …]
H A Dceed.h96 typedef struct CeedContextFieldLabel_private *CeedContextFieldLabel; typedef
425 …QFunctionContextGetAllFieldLabels(CeedQFunctionContext ctx, const CeedContextFieldLabel **field_la…
426 CEED_EXTERN int CeedContextFieldLabelGetDescription(CeedContextFieldLabel label, const char **field…
490 …atorGetContextFieldLabel(CeedOperator op, const char *field_name, CeedContextFieldLabel *field_lab…
491 CEED_EXTERN int CeedOperatorSetContextDouble(CeedOperator op, CeedContextFieldLabel field_label, d…
492 CEED_EXTERN int CeedOperatorGetContextDoubleRead(CeedOperator op, CeedContextFieldLabel field_labe…
493 CEED_EXTERN int CeedOperatorRestoreContextDoubleRead(CeedOperator op, CeedContextFieldLabel field_…
494 CEED_EXTERN int CeedOperatorSetContextInt32(CeedOperator op, CeedContextFieldLabel field_label, in…
495 CEED_EXTERN int CeedOperatorGetContextInt32Read(CeedOperator op, CeedContextFieldLabel field_label…
496 CEED_EXTERN int CeedOperatorRestoreContextInt32Read(CeedOperator op, CeedContextFieldLabel field_l…
[all …]
/libCEED/tests/
H A Dt407-qfunction.c19 CeedContextFieldLabel time_label, count_label, is_set_label; in main()
36 const CeedContextFieldLabel *field_labels; in main()
H A Dt525-operator.c23 CeedContextFieldLabel count_label, other_label, time_label, bad_label; in main()
/libCEED/examples/fluids/
H A Dnavierstokes.h147 CeedContextFieldLabel solution_time_label, previous_time_label;
166 CeedContextFieldLabel filter_width_scaling_label;
216 CeedContextFieldLabel solution_time_label;
217 CeedContextFieldLabel stg_solution_time_label;
218 CeedContextFieldLabel timestep_size_label;
219 CeedContextFieldLabel ics_time_label;
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl118 const CeedContextFieldLabel = Ptr{CeedContextFieldLabel_private} constant
634 …GetAllFieldLabels, libceed), Cint, (CeedQFunctionContext, Ptr{Ptr{CeedContextFieldLabel}}, Ptr{Cee…
638 …ccall((:CeedContextFieldLabelGetDescription, libceed), Cint, (CeedContextFieldLabel, Ptr{Ptr{Cchar…
790 …ContextFieldLabel, libceed), Cint, (CeedOperator, Ptr{Cchar}, Ptr{CeedContextFieldLabel}), op, fie…
794 …ccall((:CeedOperatorSetContextDouble, libceed), Cint, (CeedOperator, CeedContextFieldLabel, Ptr{Cd…
798 …ccall((:CeedOperatorGetContextDoubleRead, libceed), Cint, (CeedOperator, CeedContextFieldLabel, Pt…
802 …dOperatorRestoreContextDoubleRead, libceed), Cint, (CeedOperator, CeedContextFieldLabel, Ptr{Ptr{C…
806 …ccall((:CeedOperatorSetContextInt32, libceed), Cint, (CeedOperator, CeedContextFieldLabel, Ptr{Cin…
810 …ccall((:CeedOperatorGetContextInt32Read, libceed), Cint, (CeedOperator, CeedContextFieldLabel, Ptr…
814 …edOperatorRestoreContextInt32Read, libceed), Cint, (CeedOperator, CeedContextFieldLabel, Ptr{Ptr{C…
[all …]
/libCEED/include/
H A Dceed-impl.h291 CeedContextFieldLabel *field_labels;
318 CeedContextFieldLabel *sub_labels;
393 CeedContextFieldLabel *context_labels;
/libCEED/examples/fluids/src/
H A Dmat-ceed.c762 CeedContextFieldLabel label = NULL; in MatCeedSetContextDouble()
812 CeedContextFieldLabel label = NULL; in MatCeedGetContextDouble()