Home
last modified time | relevance | path

Searched refs:num_comp_q (Results 1 – 15 of 15) sorted by relevance

/honee/src/
H A Dmisc.c347 const PetscInt num_comp_q = 5; in PrintRunInfo() local
359 num_P, num_Q, glob_dofs, num_comp_q, num_comp_q, glob_dofs / num_comp_q)); in PrintRunInfo()
377num_comp_q, part_owned_dofs[0] / num_comp_q, part_owned_dofs[1] / num_comp_q, part_owned_dofs[2] /… in PrintRunInfo()
390num_comp_q, part_local_dofs[0] / num_comp_q, part_local_dofs[1] / num_comp_q, part_local_dofs[2] /… in PrintRunInfo()
425num_comp_q, part_boundary_dofs[0] / num_comp_q, part_boundary_dofs[1] / num_comp_q, part_boundary_… in PrintRunInfo()
450num_comp_q, part_boundary_dofs[0] / num_comp_q, part_boundary_dofs[1] / num_comp_q, part_boundary_… in PrintRunInfo()
H A Dboundary_condition.c128 PetscInt dim, dim_sur, height = 1, num_comp_x, num_comp_q; in HoneeBCCreateIFunctionQF() local
146 PetscCall(PetscSectionGetFieldComponents(section, bc_def->dm_field, &num_comp_q)); in HoneeBCCreateIFunctionQF()
152 PetscCallCeed(ceed, CeedQFunctionAddInput(*qf_ifunc, "q", num_comp_q, CEED_EVAL_INTERP)); in HoneeBCCreateIFunctionQF()
153 …PetscCallCeed(ceed, CeedQFunctionAddInput(*qf_ifunc, "Grad_q", num_comp_q * dim_sur, CEED_EVAL_GRA… in HoneeBCCreateIFunctionQF()
156 PetscCallCeed(ceed, CeedQFunctionAddOutput(*qf_ifunc, "v", num_comp_q, CEED_EVAL_INTERP)); in HoneeBCCreateIFunctionQF()
176 PetscInt dim, dim_sur, height = 1, num_comp_x, num_comp_q; in HoneeBCCreateIJacobianQF() local
194 PetscCall(PetscSectionGetFieldComponents(section, bc_def->dm_field, &num_comp_q)); in HoneeBCCreateIJacobianQF()
200 PetscCallCeed(ceed, CeedQFunctionAddInput(*qf_ijac, "dq", num_comp_q, CEED_EVAL_INTERP)); in HoneeBCCreateIJacobianQF()
201 …PetscCallCeed(ceed, CeedQFunctionAddInput(*qf_ijac, "Grad_dq", num_comp_q * dim_sur, CEED_EVAL_GRA… in HoneeBCCreateIJacobianQF()
205 PetscCallCeed(ceed, CeedQFunctionAddOutput(*qf_ijac, "v", num_comp_q, CEED_EVAL_INTERP)); in HoneeBCCreateIJacobianQF()
[all …]
H A Dsetuplibceed.c16 CeedInt num_comp_q, q_data_size; in CreateKSPMassOperator_Unstabilized() local
35 PetscCallCeed(ceed, CeedElemRestrictionGetNumComponents(elem_restr_q, &num_comp_q)); in CreateKSPMassOperator_Unstabilized()
38 PetscCall(HoneeMassQFunctionCreate(ceed, num_comp_q, q_data_size, &qf_mass)); in CreateKSPMassOperator_Unstabilized()
93 const PetscInt num_comp_q = problem->num_components; in SetupLibceed() local
148 PetscCallCeed(ceed, CeedQFunctionAddOutput(qf_ics, "q0", num_comp_q, CEED_EVAL_NONE)); in SetupLibceed()
168 PetscCallCeed(ceed, CeedQFunctionAddInput(qf_rhs_vol, "q", num_comp_q, CEED_EVAL_INTERP)); in SetupLibceed()
169 …PetscCallCeed(ceed, CeedQFunctionAddInput(qf_rhs_vol, "Grad_q", num_comp_q * dim, CEED_EVAL_GRAD)); in SetupLibceed()
174 PetscCallCeed(ceed, CeedQFunctionAddOutput(qf_rhs_vol, "v", num_comp_q, CEED_EVAL_INTERP)); in SetupLibceed()
175 …PetscCallCeed(ceed, CeedQFunctionAddOutput(qf_rhs_vol, "Grad_v", num_comp_q * dim, CEED_EVAL_GRAD)… in SetupLibceed()
197 PetscCallCeed(ceed, CeedQFunctionAddInput(qf_ifunction_vol, "q", num_comp_q, CEED_EVAL_INTERP)); in SetupLibceed()
[all …]
H A Dmonitor_totalkineticenergy.c55 CeedInt num_comp_q, q_data_size; in SetupMontiorTotalKineticEnergy() local
81 PetscCallCeed(ceed, CeedElemRestrictionGetNumComponents(elem_restr_q, &num_comp_q)); in SetupMontiorTotalKineticEnergy()
98 PetscCallCeed(ceed, CeedQFunctionAddInput(qf_monitor, "q", num_comp_q, CEED_EVAL_INTERP)); in SetupMontiorTotalKineticEnergy()
99 …PetscCallCeed(ceed, CeedQFunctionAddInput(qf_monitor, "Grad_q", num_comp_q * dim, CEED_EVAL_GRAD)); in SetupMontiorTotalKineticEnergy()
H A Dmonitor_cfl.c34 CeedInt num_comp_q, q_data_size; in SetupMontiorCfl() local
51 PetscCallCeed(ceed, CeedElemRestrictionGetNumComponents(elem_restr_q, &num_comp_q)); in SetupMontiorCfl()
107 PetscCallCeed(ceed, CeedQFunctionAddInput(qf_monitor, "q", num_comp_q, CEED_EVAL_INTERP)); in SetupMontiorCfl()
H A Dsetupdm.c75 PetscInt num_comp_q = 5; in SetUpDM() local
80 …MSetupByOrderBegin_FEM(PETSC_TRUE, PETSC_TRUE, degree, PETSC_DECIDE, q_extra, 1, &num_comp_q, dm)); in SetUpDM()
H A Dstrong_boundary_conditions.c13 CeedInt num_comp_x, num_comp_q = 5, stg_data_size = 1, dXdx_size; in SetupStrongSTG_Ceed() local
48 PetscCallCeed(ceed, CeedQFunctionAddInput(qf_setup, "multiplicity", num_comp_q, CEED_EVAL_NONE)); in SetupStrongSTG_Ceed()
55 …PetscCall(SetupStrongStg_QF(ceed, problem, num_comp_x, num_comp_q, stg_data_size, dXdx_size, &qf_s… in SetupStrongSTG_Ceed()
H A Ddifferential_filter.c20 PetscInt num_comp_x, num_comp_q; in DifferentialFilterCreateOperators() local
28 PetscCall(DMGetFieldNumComps(honee->dm, 0, &num_comp_q)); in DifferentialFilterCreateOperators()
56 PetscCallCeed(ceed, CeedQFunctionAddInput(qf_rhs, "q", num_comp_q, CEED_EVAL_INTERP)); in DifferentialFilterCreateOperators()
/honee/problems/
H A Dnewtonian.c40 CeedInt num_comp_q, q_data_size; in CreateKSPMassOperator_NewtonianStabilized() local
63 PetscCallCeed(ceed, CeedElemRestrictionGetNumComponents(elem_restr_q, &num_comp_q)); in CreateKSPMassOperator_NewtonianStabilized()
103 PetscInt dim, num_comp_q; in DivDiffFluxProjectionCreateRHS_Direct_NS() local
111 PetscCall(DMGetFieldNumComps(honee->dm, 0, &num_comp_q)); in DivDiffFluxProjectionCreateRHS_Direct_NS()
149 PetscCallCeed(ceed, CeedQFunctionAddInput(qf_rhs_volume, "q", num_comp_q, CEED_EVAL_INTERP)); in DivDiffFluxProjectionCreateRHS_Direct_NS()
150 …PetscCallCeed(ceed, CeedQFunctionAddInput(qf_rhs_volume, "Grad_q", num_comp_q * dim, CEED_EVAL_GRA… in DivDiffFluxProjectionCreateRHS_Direct_NS()
196 PetscCallCeed(ceed, CeedQFunctionAddInput(qf_rhs_boundary, "q", num_comp_q, CEED_EVAL_INTERP)); in DivDiffFluxProjectionCreateRHS_Direct_NS()
197 …PetscCallCeed(ceed, CeedQFunctionAddInput(qf_rhs_boundary, "Grad_q", num_comp_q * dim, CEED_EVAL_G… in DivDiffFluxProjectionCreateRHS_Direct_NS()
271 PetscInt dim, num_comp_q; in DivDiffFluxProjectionCreateRHS_Indirect_NS() local
278 PetscCall(DMGetFieldNumComps(honee->dm, 0, &num_comp_q)); in DivDiffFluxProjectionCreateRHS_Indirect_NS()
[all …]
H A Dadvection.c78 CeedInt num_comp_q, q_data_size; in CreateKSPMassOperator_AdvectionStabilized() local
102 PetscCallCeed(ceed, CeedElemRestrictionGetNumComponents(elem_restr_q, &num_comp_q)); in CreateKSPMassOperator_AdvectionStabilized()
149 PetscInt dim, num_comp_q; in DivDiffFluxProjectionCreateRHS_Direct_AdvDif() local
155 PetscCall(DMGetFieldNumComps(honee->dm, 0, &num_comp_q)); in DivDiffFluxProjectionCreateRHS_Direct_AdvDif()
191 …PetscCallCeed(ceed, CeedQFunctionAddInput(qf_rhs_volume, "Grad_q", num_comp_q * dim, CEED_EVAL_GRA… in DivDiffFluxProjectionCreateRHS_Direct_AdvDif()
232 …PetscCallCeed(ceed, CeedQFunctionAddInput(qf_rhs_boundary, "Grad_q", num_comp_q * dim, CEED_EVAL_G… in DivDiffFluxProjectionCreateRHS_Direct_AdvDif()
305 PetscInt dim, num_comp_q; in DivDiffFluxProjectionCreateRHS_Indirect_AdvDif() local
312 PetscCall(DMGetFieldNumComps(honee->dm, 0, &num_comp_q)); in DivDiffFluxProjectionCreateRHS_Indirect_AdvDif()
339 PetscCallCeed(ceed, CeedQFunctionAddInput(qf_rhs, "Grad_q", num_comp_q * dim, CEED_EVAL_GRAD)); in DivDiffFluxProjectionCreateRHS_Indirect_AdvDif()
H A Dsgs_dd_model.c117 CeedInt num_comp_q, num_comp_grad_velo, num_comp_grid_aniso; in SgsDDSetupNodalEvaluation_Fused() local
128 PetscCallCeed(ceed, CeedElemRestrictionGetNumComponents(elem_restr_q, &num_comp_q)); in SgsDDSetupNodalEvaluation_Fused()
165 PetscCallCeed(ceed, CeedQFunctionAddInput(qf_sgs_dd_nodal, "q", num_comp_q, CEED_EVAL_NONE)); in SgsDDSetupNodalEvaluation_Fused()
314 PetscInt num_comp_x, num_comp_q; in SgsDDSetupNodalEvaluation_Sequential() local
367 PetscCall(DMGetFieldNumComps(honee->dm, 0, &num_comp_q)); in SgsDDSetupNodalEvaluation_Sequential()
413 PetscCallCeed(ceed, CeedQFunctionAddInput(qf_sgs_dd_inputs, "q", num_comp_q, CEED_EVAL_NONE)); in SgsDDSetupNodalEvaluation_Sequential()
493 PetscInt dim, num_comp_q, num_comp_x; in SgsSetupNodalIFunction() local
504 PetscCall(DMGetFieldNumComps(honee->dm, 0, &num_comp_q)); in SgsSetupNodalIFunction()
528 PetscCallCeed(ceed, CeedQFunctionAddInput(qf_sgs_apply, "q", num_comp_q, CEED_EVAL_INTERP)); in SgsSetupNodalIFunction()
531 …PetscCallCeed(ceed, CeedQFunctionAddOutput(qf_sgs_apply, "Grad_v", num_comp_q * dim, CEED_EVAL_GRA… in SgsSetupNodalIFunction()
H A Dstg_shur14.h15 …rongStg_QF(Ceed ceed, ProblemData problem, CeedInt num_comp_x, CeedInt num_comp_q, CeedInt stg_dat…
H A Dstg_shur14.c367 …rongStg_QF(Ceed ceed, ProblemData problem, CeedInt num_comp_x, CeedInt num_comp_q, CeedInt stg_dat… in SetupStrongStg_QF() argument
375 PetscCallCeed(ceed, CeedQFunctionAddOutput(*qf_strongbc, "q", num_comp_q, CEED_EVAL_NONE)); in SetupStrongStg_QF()
/honee/src/spanstats/
H A Dcflpe.c21 PetscInt dim, num_comp_q, num_comp_x; in CreateStatisticCollectionOperator() local
33 PetscCall(DMGetFieldNumComps(honee->dm, 0, &num_comp_q)); in CreateStatisticCollectionOperator()
113 PetscCallCeed(ceed, CeedQFunctionAddInput(qf_stats_collect, "q", num_comp_q, CEED_EVAL_INTERP)); in CreateStatisticCollectionOperator()
H A Dturbulence.c20 PetscInt num_comp_q, num_comp_x; in CreateStatisticCollectionOperator() local
32 PetscCall(DMGetFieldNumComps(honee->dm, 0, &num_comp_q)); in CreateStatisticCollectionOperator()
77 PetscCallCeed(ceed, CeedQFunctionAddInput(qf_stats_collect, "q", num_comp_q, CEED_EVAL_INTERP)); in CreateStatisticCollectionOperator()