| H A D | libceed_bindings.jl | 558 function CeedQFunctionSetUserFlopsEstimate(qf, flops) argument 559 ccall((:CeedQFunctionSetUserFlopsEstimate, libceed), Cint, (CeedQFunction, CeedSize), qf, flops) 781 function CeedOperatorGetFlopsEstimate(op, flops) argument 782 ccall((:CeedOperatorGetFlopsEstimate, libceed), Cint, (CeedOperator, Ptr{CeedSize}), op, flops) 1084 function CeedElemRestrictionGetFlopsEstimate(rstr, t_mode, flops) argument 1085 …mate, libceed), Cint, (CeedElemRestriction, CeedTransposeMode, Ptr{CeedSize}), rstr, t_mode, flops) 1118 function CeedBasisGetFlopsEstimate(basis, t_mode, eval_mode, flops) argument 1119 …Cint, (CeedBasis, CeedTransposeMode, CeedEvalMode, Ptr{CeedSize}), basis, t_mode, eval_mode, flops) 1250 function CeedQFunctionGetFlopsEstimate(qf, flops) argument 1251 … ccall((:CeedQFunctionGetFlopsEstimate, libceed), Cint, (CeedQFunction, Ptr{CeedSize}), qf, flops)
|