Home
last modified time | relevance | path

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

/libCEED/interface/
H A Dceed-qfunction.c64 int CeedQFunctionRegister(const char *name, const char *source, CeedInt vec_length, CeedQFunctionUs… in CeedQFunctionRegister() function
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl1174 function CeedQFunctionRegister(name, source, vec_length, f, init) function