Searched refs:CeedOperatorGetFlopsEstimate (Results 1 – 8 of 8) sorted by relevance
| /libCEED/tests/ |
| H A D | t595-operator.c | 105 CeedOperatorGetFlopsEstimate(op_mass, &flop_estimate); in main()
|
| H A D | t526-operator.c | 124 CeedOperatorGetFlopsEstimate(op_mass, &flop_estimate); in main()
|
| /libCEED/examples/fluids/src/ |
| H A D | mat-ceed.c | 1383 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 D | ceed-operator.c | 1828 int CeedOperatorGetFlopsEstimate(CeedOperator op, CeedSize *flops) { in CeedOperatorGetFlopsEstimate() function 1846 CeedCall(CeedOperatorGetFlopsEstimate(sub_operators[i], &suboperator_flops)); in CeedOperatorGetFlopsEstimate()
|
| /libCEED/include/ceed/ |
| H A D | ceed.h | 488 CEED_EXTERN int CeedOperatorGetFlopsEstimate(CeedOperator op, CeedSize *flops);
|
| /libCEED/julia/LibCEED.jl/src/generated/ |
| H A D | libceed_bindings.jl | 781 function CeedOperatorGetFlopsEstimate(op, flops) function 782 ccall((:CeedOperatorGetFlopsEstimate, libceed), Cint, (CeedOperator, Ptr{CeedSize}), op, flops)
|
| /libCEED/doc/sphinx/source/ |
| H A D | releasenotes.md | 144 - Added {c:func}`CeedQFunctionSetUserFlopsEstimate` and {c:func}`CeedOperatorGetFlopsEstimate` to f…
|
| /libCEED/ |
| H A D | coverage.info | 8395 FNA:30,0,CeedOperatorGetFlopsEstimate
|