Home
last modified time | relevance | path

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

/libCEED/interface/
H A Dceed-qfunction.c1036 int CeedQFunctionSetUserFlopsEstimate(CeedQFunction qf, CeedSize flops) { in CeedQFunctionSetUserFlopsEstimate() function
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl558 function CeedQFunctionSetUserFlopsEstimate(qf, flops) function