Home
last modified time | relevance | path

Searched refs:CeedQFunctionSetUserFlopsEstimate (Results 1 – 25 of 30) sorted by relevance

12

/libCEED/gallery/identity/
H A Dceed-identity-to-scalar.c25 CeedCall(CeedQFunctionSetUserFlopsEstimate(qf, 0)); in CeedQFunctionInit_IdentityScalar()
H A Dceed-identity.c35 CeedCall(CeedQFunctionSetUserFlopsEstimate(qf, 0)); in CeedQFunctionInit_Identity()
/libCEED/gallery/mass/
H A Dceed-massapply.c27 CeedCall(CeedQFunctionSetUserFlopsEstimate(qf, 1)); in CeedQFunctionInit_MassApply()
H A Dceed-mass2dbuild.c29 CeedCall(CeedQFunctionSetUserFlopsEstimate(qf, 4)); in CeedQFunctionInit_Mass2DBuild()
H A Dceed-mass3dbuild.c29 CeedCall(CeedQFunctionSetUserFlopsEstimate(qf, 15)); in CeedQFunctionInit_Mass3DBuild()
H A Dceed-mass1dbuild.c29 CeedCall(CeedQFunctionSetUserFlopsEstimate(qf, 1)); in CeedQFunctionInit_Mass1DBuild()
/libCEED/gallery/poisson/
H A Dceed-poisson1dapply.c29 CeedCall(CeedQFunctionSetUserFlopsEstimate(qf, 1)); in CeedQFunctionInit_Poisson1DApply()
H A Dceed-poisson1dbuild.c29 CeedCall(CeedQFunctionSetUserFlopsEstimate(qf, 1)); in CeedQFunctionInit_Poisson1DBuild()
H A Dceed-poisson2dbuild.c29 CeedCall(CeedQFunctionSetUserFlopsEstimate(qf, 17)); in CeedQFunctionInit_Poisson2DBuild()
H A Dceed-poisson2dapply.c29 CeedCall(CeedQFunctionSetUserFlopsEstimate(qf, 6)); in CeedQFunctionInit_Poisson2DApply()
H A Dceed-poisson3dbuild.c29 CeedCall(CeedQFunctionSetUserFlopsEstimate(qf, 69)); in CeedQFunctionInit_Poisson3DBuild()
H A Dceed-poisson3dapply.c29 CeedCall(CeedQFunctionSetUserFlopsEstimate(qf, 15)); in CeedQFunctionInit_Poisson3DApply()
/libCEED/gallery/mass-vector/
H A Dceed-vectormassapply.c29 CeedCall(CeedQFunctionSetUserFlopsEstimate(qf, num_comp)); in CeedQFunctionInit_Vector3MassApply()
/libCEED/gallery/poisson-vector/
H A Dceed-vectorpoisson3dapply.c29 CeedCall(CeedQFunctionSetUserFlopsEstimate(qf, num_comp * 15)); in CeedQFunctionInit_Vector3Poisson3DApply()
H A Dceed-vectorpoisson2dapply.c29 CeedCall(CeedQFunctionSetUserFlopsEstimate(qf, num_comp * 6)); in CeedQFunctionInit_Vector3Poisson2DApply()
H A Dceed-vectorpoisson1dapply.c29 CeedCall(CeedQFunctionSetUserFlopsEstimate(qf, num_comp)); in CeedQFunctionInit_Vector3Poisson1DApply()
/libCEED/examples/fluids/src/
H A Dqdata.c101 PetscCallCeed(ceed, CeedQFunctionSetUserFlopsEstimate(qf_setup, 0)); in QDataGet()
181 PetscCallCeed(ceed, CeedQFunctionSetUserFlopsEstimate(qf_setup_sur, 0)); in QDataBoundaryGet()
H A Dsetuplibceed.c158 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 Ddifferential_filter.c126 PetscCallCeed(ceed, CeedQFunctionSetUserFlopsEstimate(qf_lhs, 0)); in DifferentialFilterCreateOperators()
H A Dmisc.c276 PetscCallCeed(ceed, CeedQFunctionSetUserFlopsEstimate(*qf, N)); in CreateMassQFunction()
/libCEED/tests/
H A Dt595-operator.c104 CeedQFunctionSetUserFlopsEstimate(qf_mass, 1); in main()
H A Dt526-operator.c123 CeedQFunctionSetUserFlopsEstimate(qf_mass, 1); in main()
/libCEED/examples/fluids/problems/
H A Dadvection.c61 PetscCallCeed(ceed, CeedQFunctionSetUserFlopsEstimate(qf_mass, 0)); in CreateKSPMassOperator_AdvectionStabilized()
H A Dnewtonian.c190 PetscCallCeed(ceed, CeedQFunctionSetUserFlopsEstimate(qf_mass, 0)); in CreateKSPMassOperator_NewtonianStabilized()
/libCEED/interface/
H A Dceed-qfunction.c1036 int CeedQFunctionSetUserFlopsEstimate(CeedQFunction qf, CeedSize flops) { in CeedQFunctionSetUserFlopsEstimate() function

12