Home
last modified time | relevance | path

Searched refs:CeedOperatorGetFlopsEstimate (Results 1 – 8 of 8) sorted by relevance

/libCEED/tests/
H A Dt595-operator.c105 CeedOperatorGetFlopsEstimate(op_mass, &flop_estimate); in main()
H A Dt526-operator.c124 CeedOperatorGetFlopsEstimate(op_mass, &flop_estimate); in main()
/libCEED/examples/fluids/src/
H A Dmat-ceed.c1383 PetscCallCeed((*ctx)->ceed, CeedOperatorGetFlopsEstimate(op_mult, &ceed_flops_estimate)); in MatCeedContextCreate()
1386 …PetscCallCeed((*ctx)->ceed, CeedOperatorGetFlopsEstimate(op_mult_transpose, &ceed_flops_estimate)); in MatCeedContextCreate()
/libCEED/interface/
H A Dceed-operator.c1828 int CeedOperatorGetFlopsEstimate(CeedOperator op, CeedSize *flops) { in CeedOperatorGetFlopsEstimate() function
1846 CeedCall(CeedOperatorGetFlopsEstimate(sub_operators[i], &suboperator_flops)); in CeedOperatorGetFlopsEstimate()
/libCEED/include/ceed/
H A Dceed.h488 CEED_EXTERN int CeedOperatorGetFlopsEstimate(CeedOperator op, CeedSize *flops);
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl781 function CeedOperatorGetFlopsEstimate(op, flops) function
782 ccall((:CeedOperatorGetFlopsEstimate, libceed), Cint, (CeedOperator, Ptr{CeedSize}), op, flops)
/libCEED/doc/sphinx/source/
H A Dreleasenotes.md144 - Added {c:func}`CeedQFunctionSetUserFlopsEstimate` and {c:func}`CeedOperatorGetFlopsEstimate` to f…
/libCEED/
H A Dcoverage.info8395 FNA:30,0,CeedOperatorGetFlopsEstimate