Searched defs:CeedQFunction_private (Results 1 – 2 of 2) sorted by relevance
250 struct CeedQFunction_private { struct251 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 …]
104 mutable struct CeedQFunction_private end struct