Home
last modified time | relevance | path

Searched defs:CeedQFunction_private (Results 1 – 2 of 2) sorted by relevance

/libCEED/include/ !
H A Dceed-impl.h250 struct CeedQFunction_private { struct
251 CeedObject_private obj;
252 int (*Apply)(CeedQFunction, CeedInt, CeedVector *, CeedVector *);
253 int (*SetCUDAUserFunction)(CeedQFunction, void *);
254 int (*SetHIPUserFunction)(CeedQFunction, void *);
255 int (*Destroy)(CeedQFunction);
256 … vec_length; /* Number of quadrature points must be padded to a multiple of vec_length */
257 CeedQFunctionField *input_fields;
258 CeedQFunctionField *output_fields;
259 CeedInt num_input_fields, num_output_fields;
[all …]
/libCEED/julia/LibCEED.jl/src/generated/ !
H A Dlibceed_bindings.jl104 mutable struct CeedQFunction_private end struct