| /libCEED/gallery/identity/ |
| H A D | ceed-identity-to-scalar.c | 25 CeedCall(CeedQFunctionSetUserFlopsEstimate(qf, 0)); in CeedQFunctionInit_IdentityScalar()
|
| H A D | ceed-identity.c | 35 CeedCall(CeedQFunctionSetUserFlopsEstimate(qf, 0)); in CeedQFunctionInit_Identity()
|
| /libCEED/gallery/mass/ |
| H A D | ceed-massapply.c | 27 CeedCall(CeedQFunctionSetUserFlopsEstimate(qf, 1)); in CeedQFunctionInit_MassApply()
|
| H A D | ceed-mass2dbuild.c | 29 CeedCall(CeedQFunctionSetUserFlopsEstimate(qf, 4)); in CeedQFunctionInit_Mass2DBuild()
|
| H A D | ceed-mass3dbuild.c | 29 CeedCall(CeedQFunctionSetUserFlopsEstimate(qf, 15)); in CeedQFunctionInit_Mass3DBuild()
|
| H A D | ceed-mass1dbuild.c | 29 CeedCall(CeedQFunctionSetUserFlopsEstimate(qf, 1)); in CeedQFunctionInit_Mass1DBuild()
|
| /libCEED/gallery/poisson/ |
| H A D | ceed-poisson1dapply.c | 29 CeedCall(CeedQFunctionSetUserFlopsEstimate(qf, 1)); in CeedQFunctionInit_Poisson1DApply()
|
| H A D | ceed-poisson1dbuild.c | 29 CeedCall(CeedQFunctionSetUserFlopsEstimate(qf, 1)); in CeedQFunctionInit_Poisson1DBuild()
|
| H A D | ceed-poisson2dbuild.c | 29 CeedCall(CeedQFunctionSetUserFlopsEstimate(qf, 17)); in CeedQFunctionInit_Poisson2DBuild()
|
| H A D | ceed-poisson2dapply.c | 29 CeedCall(CeedQFunctionSetUserFlopsEstimate(qf, 6)); in CeedQFunctionInit_Poisson2DApply()
|
| H A D | ceed-poisson3dbuild.c | 29 CeedCall(CeedQFunctionSetUserFlopsEstimate(qf, 69)); in CeedQFunctionInit_Poisson3DBuild()
|
| H A D | ceed-poisson3dapply.c | 29 CeedCall(CeedQFunctionSetUserFlopsEstimate(qf, 15)); in CeedQFunctionInit_Poisson3DApply()
|
| /libCEED/gallery/mass-vector/ |
| H A D | ceed-vectormassapply.c | 29 CeedCall(CeedQFunctionSetUserFlopsEstimate(qf, num_comp)); in CeedQFunctionInit_Vector3MassApply()
|
| /libCEED/gallery/poisson-vector/ |
| H A D | ceed-vectorpoisson3dapply.c | 29 CeedCall(CeedQFunctionSetUserFlopsEstimate(qf, num_comp * 15)); in CeedQFunctionInit_Vector3Poisson3DApply()
|
| H A D | ceed-vectorpoisson2dapply.c | 29 CeedCall(CeedQFunctionSetUserFlopsEstimate(qf, num_comp * 6)); in CeedQFunctionInit_Vector3Poisson2DApply()
|
| H A D | ceed-vectorpoisson1dapply.c | 29 CeedCall(CeedQFunctionSetUserFlopsEstimate(qf, num_comp)); in CeedQFunctionInit_Vector3Poisson1DApply()
|
| /libCEED/examples/fluids/src/ |
| H A D | qdata.c | 101 PetscCallCeed(ceed, CeedQFunctionSetUserFlopsEstimate(qf_setup, 0)); in QDataGet() 181 PetscCallCeed(ceed, CeedQFunctionSetUserFlopsEstimate(qf_setup_sur, 0)); in QDataBoundaryGet()
|
| H A D | setuplibceed.c | 158 PetscCallCeed(ceed, CeedQFunctionSetUserFlopsEstimate(*qf_apply_bc, 0)); in SetupBCQFunctions() 169 PetscCallCeed(ceed, CeedQFunctionSetUserFlopsEstimate(*qf_apply_bc_jacobian, 0)); in SetupBCQFunctions() 344 PetscCallCeed(ceed, CeedQFunctionSetUserFlopsEstimate(qf_ics, 0)); in SetupLibceed() 366 PetscCallCeed(ceed, CeedQFunctionSetUserFlopsEstimate(qf_rhs_vol, 0)); in SetupLibceed() 391 PetscCallCeed(ceed, CeedQFunctionSetUserFlopsEstimate(qf_ifunction_vol, 0)); in SetupLibceed() 420 PetscCallCeed(ceed, CeedQFunctionSetUserFlopsEstimate(qf_ijacobian_vol, 0)); in SetupLibceed()
|
| H A D | differential_filter.c | 126 PetscCallCeed(ceed, CeedQFunctionSetUserFlopsEstimate(qf_lhs, 0)); in DifferentialFilterCreateOperators()
|
| H A D | misc.c | 276 PetscCallCeed(ceed, CeedQFunctionSetUserFlopsEstimate(*qf, N)); in CreateMassQFunction()
|
| /libCEED/tests/ |
| H A D | t595-operator.c | 104 CeedQFunctionSetUserFlopsEstimate(qf_mass, 1); in main()
|
| H A D | t526-operator.c | 123 CeedQFunctionSetUserFlopsEstimate(qf_mass, 1); in main()
|
| /libCEED/examples/fluids/problems/ |
| H A D | advection.c | 61 PetscCallCeed(ceed, CeedQFunctionSetUserFlopsEstimate(qf_mass, 0)); in CreateKSPMassOperator_AdvectionStabilized()
|
| H A D | newtonian.c | 190 PetscCallCeed(ceed, CeedQFunctionSetUserFlopsEstimate(qf_mass, 0)); in CreateKSPMassOperator_NewtonianStabilized()
|
| /libCEED/interface/ |
| H A D | ceed-qfunction.c | 1036 int CeedQFunctionSetUserFlopsEstimate(CeedQFunction qf, CeedSize flops) { in CeedQFunctionSetUserFlopsEstimate() function
|