Home
last modified time | relevance | path

Searched refs:elem_restr_q (Results 1 – 12 of 12) sorted by relevance

/honee/src/
H A Dsetuplibceed.c18 CeedElemRestriction elem_restr_q, elem_restr_qd; in CreateKSPMassOperator_Unstabilized() local
30 PetscCallCeed(ceed, CeedOperatorFieldGetData(op_field, NULL, &elem_restr_q, &basis_q, NULL)); in CreateKSPMassOperator_Unstabilized()
35 PetscCallCeed(ceed, CeedElemRestrictionGetNumComponents(elem_restr_q, &num_comp_q)); in CreateKSPMassOperator_Unstabilized()
41 …PetscCallCeed(ceed, CeedOperatorSetField(*op_mass, "u", elem_restr_q, basis_q, CEED_VECTOR_ACTIVE)… in CreateKSPMassOperator_Unstabilized()
43 …PetscCallCeed(ceed, CeedOperatorSetField(*op_mass, "v", elem_restr_q, basis_q, CEED_VECTOR_ACTIVE)… in CreateKSPMassOperator_Unstabilized()
47 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_q)); in CreateKSPMassOperator_Unstabilized()
96 CeedElemRestriction elem_restr_qd, elem_restr_q, elem_restr_x, elem_restr_jd_i = NULL; in SetupLibceed() local
116 …ElemRestrictionCreate(ceed, dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, 0, &elem_restr_q)); in SetupLibceed()
122 PetscCallCeed(ceed, CeedElemRestrictionCreateVector(elem_restr_q, &honee->q_ceed, NULL)); in SetupLibceed()
123 PetscCallCeed(ceed, CeedElemRestrictionCreateVector(elem_restr_q, &honee->q_dot_ceed, NULL)); in SetupLibceed()
[all …]
H A Dboundary_condition.c228 CeedElemRestriction elem_restr_qd, elem_restr_q, elem_restr_x, elem_restr_jac; in HoneeBCAddIFunctionOp() local
242 …emRestrictionCreate(ceed, dm, domain_label, label_value, height, bc_def->dm_field, &elem_restr_q)); in HoneeBCAddIFunctionOp()
251 …PetscCallCeed(ceed, CeedOperatorSetField(sub_op_ifunc_, "q", elem_restr_q, basis_q, CEED_VECTOR_AC… in HoneeBCAddIFunctionOp()
252 …PetscCallCeed(ceed, CeedOperatorSetField(sub_op_ifunc_, "Grad_q", elem_restr_q, basis_q, CEED_VECT… in HoneeBCAddIFunctionOp()
255 …PetscCallCeed(ceed, CeedOperatorSetField(sub_op_ifunc_, "v", elem_restr_q, basis_q, CEED_VECTOR_AC… in HoneeBCAddIFunctionOp()
267 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_q)); in HoneeBCAddIFunctionOp()
296 CeedElemRestriction elem_restr_qd, elem_restr_q, elem_restr_x, elem_restr_jac; in HoneeBCAddIJacobianOp() local
317 PetscCallCeed(ceed, CeedOperatorFieldGetData(op_field, NULL, &elem_restr_q, &basis_q, NULL)); in HoneeBCAddIJacobianOp()
325 …PetscCallCeed(ceed, CeedOperatorSetField(sub_op_ijac, "dq", elem_restr_q, basis_q, CEED_VECTOR_ACT… in HoneeBCAddIJacobianOp()
326 …PetscCallCeed(ceed, CeedOperatorSetField(sub_op_ijac, "Grad_dq", elem_restr_q, basis_q, CEED_VECTO… in HoneeBCAddIJacobianOp()
[all …]
H A Dmonitor_totalkineticenergy.c52 CeedElemRestriction elem_restr_qd, elem_restr_totalke, elem_restr_q; in SetupMontiorTotalKineticEnergy() local
78 …emRestrictionCreate(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, 0, 0, &elem_restr_q)); in SetupMontiorTotalKineticEnergy()
80 …PetscCall(CreateElemRestrColloc_CompMajor(ceed, num_comp_totalke, basis_q, elem_restr_q, &elem_res… in SetupMontiorTotalKineticEnergy()
81 PetscCallCeed(ceed, CeedElemRestrictionGetNumComponents(elem_restr_q, &num_comp_q)); in SetupMontiorTotalKineticEnergy()
104 …PetscCallCeed(ceed, CeedOperatorSetField(op_monitor, "q", elem_restr_q, basis_q, CEED_VECTOR_ACTIV… in SetupMontiorTotalKineticEnergy()
105 …PetscCallCeed(ceed, CeedOperatorSetField(op_monitor, "Grad_q", elem_restr_q, basis_q, CEED_VECTOR_… in SetupMontiorTotalKineticEnergy()
123 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_q)); in SetupMontiorTotalKineticEnergy()
H A Dmonitor_cfl.c31 CeedElemRestriction elem_restr_qd, elem_restr_cfl, elem_restr_q; in SetupMontiorCfl() local
49 …emRestrictionCreate(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, 0, 0, &elem_restr_q)); in SetupMontiorCfl()
51 PetscCallCeed(ceed, CeedElemRestrictionGetNumComponents(elem_restr_q, &num_comp_q)); in SetupMontiorCfl()
112 …PetscCallCeed(ceed, CeedOperatorSetField(op_monitor, "q", elem_restr_q, basis_q, CEED_VECTOR_ACTIV… in SetupMontiorCfl()
129 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_q)); in SetupMontiorCfl()
H A Dmisc.c19 CeedElemRestriction elem_restr_q; in ICs_FixMultiplicity() local
26 …emRestrictionCreate(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, 0, 0, &elem_restr_q)); in ICs_FixMultiplicity()
27 PetscCallCeed(ceed, CeedElemRestrictionCreateVector(elem_restr_q, &mult_vec, NULL)); in ICs_FixMultiplicity()
30 PetscCallCeed(ceed, CeedElemRestrictionGetMultiplicity(elem_restr_q, mult_vec)); in ICs_FixMultiplicity()
44 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_q)); in ICs_FixMultiplicity()
H A Ddifferential_filter.c36 CeedElemRestriction elem_restr_q; in DifferentialFilterCreateOperators() local
52 …emRestrictionCreate(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, 0, 0, &elem_restr_q)); in DifferentialFilterCreateOperators()
67 … PetscCallCeed(ceed, CeedOperatorSetField(op_rhs, "q", elem_restr_q, basis_q, CEED_VECTOR_ACTIVE)); in DifferentialFilterCreateOperators()
87 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_q)); in DifferentialFilterCreateOperators()
/honee/problems/
H A Dadvection.c80 CeedElemRestriction elem_restr_q, elem_restr_qd; in CreateKSPMassOperator_AdvectionStabilized() local
95 PetscCallCeed(ceed, CeedOperatorFieldGetData(op_field, NULL, &elem_restr_q, &basis_q, NULL)); in CreateKSPMassOperator_AdvectionStabilized()
102 PetscCallCeed(ceed, CeedElemRestrictionGetNumComponents(elem_restr_q, &num_comp_q)); in CreateKSPMassOperator_AdvectionStabilized()
124 …PetscCallCeed(ceed, CeedOperatorSetField(*op_mass, "q_dot", elem_restr_q, basis_q, CEED_VECTOR_ACT… in CreateKSPMassOperator_AdvectionStabilized()
125 PetscCallCeed(ceed, CeedOperatorSetField(*op_mass, "q", elem_restr_q, basis_q, honee->q_ceed)); in CreateKSPMassOperator_AdvectionStabilized()
127 …PetscCallCeed(ceed, CeedOperatorSetField(*op_mass, "v", elem_restr_q, basis_q, CEED_VECTOR_ACTIVE)… in CreateKSPMassOperator_AdvectionStabilized()
128 …PetscCallCeed(ceed, CeedOperatorSetField(*op_mass, "Grad_v", elem_restr_q, basis_q, CEED_VECTOR_AC… in CreateKSPMassOperator_AdvectionStabilized()
130 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_q)); in CreateKSPMassOperator_AdvectionStabilized()
170 CeedElemRestriction elem_restr_qd, elem_restr_diff_flux_volume = NULL, elem_restr_q; in DivDiffFluxProjectionCreateRHS_Direct_AdvDif() local
174 …emRestrictionCreate(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, 0, 0, &elem_restr_q)); in DivDiffFluxProjectionCreateRHS_Direct_AdvDif()
[all …]
H A Dnewtonian.c42 CeedElemRestriction elem_restr_q, elem_restr_qd; in CreateKSPMassOperator_NewtonianStabilized() local
56 PetscCallCeed(ceed, CeedOperatorFieldGetData(op_field, NULL, &elem_restr_q, &basis_q, NULL)); in CreateKSPMassOperator_NewtonianStabilized()
63 PetscCallCeed(ceed, CeedElemRestrictionGetNumComponents(elem_restr_q, &num_comp_q)); in CreateKSPMassOperator_NewtonianStabilized()
78 …PetscCallCeed(ceed, CeedOperatorSetField(*op_mass, "q_dot", elem_restr_q, basis_q, CEED_VECTOR_ACT… in CreateKSPMassOperator_NewtonianStabilized()
79 PetscCallCeed(ceed, CeedOperatorSetField(*op_mass, "q", elem_restr_q, basis_q, honee->q_ceed)); in CreateKSPMassOperator_NewtonianStabilized()
81 …PetscCallCeed(ceed, CeedOperatorSetField(*op_mass, "v", elem_restr_q, basis_q, CEED_VECTOR_ACTIVE)… in CreateKSPMassOperator_NewtonianStabilized()
82 …PetscCallCeed(ceed, CeedOperatorSetField(*op_mass, "Grad_v", elem_restr_q, basis_q, CEED_VECTOR_AC… in CreateKSPMassOperator_NewtonianStabilized()
84 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_q)); in CreateKSPMassOperator_NewtonianStabilized()
105 CeedElemRestriction elem_restr_q; in DivDiffFluxProjectionCreateRHS_Direct_NS() local
130 …emRestrictionCreate(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, 0, 0, &elem_restr_q)); in DivDiffFluxProjectionCreateRHS_Direct_NS()
[all …]
H A Dsgs_dd_model.c120 …tion elem_restr_inv_multiplicity, elem_restr_grad_velo, elem_restr_sgs, elem_restr_q, elem_restr_x; in SgsDDSetupNodalEvaluation_Fused() local
126 …emRestrictionCreate(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, 0, 0, &elem_restr_q)); in SgsDDSetupNodalEvaluation_Fused()
128 PetscCallCeed(ceed, CeedElemRestrictionGetNumComponents(elem_restr_q, &num_comp_q)); in SgsDDSetupNodalEvaluation_Fused()
173 …PetscCallCeed(ceed, CeedOperatorSetField(op_sgs_dd_nodal, "q", elem_restr_q, CEED_BASIS_NONE, hone… in SgsDDSetupNodalEvaluation_Fused()
192 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_q)); in SgsDDSetupNodalEvaluation_Fused()
318 elem_restr_dd_outputs, elem_restr_q; in SgsDDSetupNodalEvaluation_Sequential() local
378 …emRestrictionCreate(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, 0, 0, &elem_restr_q)); in SgsDDSetupNodalEvaluation_Sequential()
421 …PetscCallCeed(ceed, CeedOperatorSetField(op_sgs_dd_inputs, "q", elem_restr_q, CEED_BASIS_NONE, hon… in SgsDDSetupNodalEvaluation_Sequential()
485 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_q)); in SgsDDSetupNodalEvaluation_Sequential()
498 CeedElemRestriction elem_restr_qd, elem_restr_q; in SgsSetupNodalIFunction() local
[all …]
/honee/src/spanstats/
H A Dcflpe.c27 CeedElemRestriction elem_restr_qd, elem_restr_q, elem_restr_x; in CreateStatisticCollectionOperator() local
75 …emRestrictionCreate(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, 0, 0, &elem_restr_q)); in CreateStatisticCollectionOperator()
119 …PetscCallCeed(ceed, CeedOperatorSetField(op_stats_collect, "q", elem_restr_q, basis_q, CEED_VECTOR… in CreateStatisticCollectionOperator()
138 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_q)); in CreateStatisticCollectionOperator()
H A Dturbulence.c27 CeedElemRestriction elem_restr_qd, elem_restr_q, elem_restr_x; in CreateStatisticCollectionOperator() local
53 …emRestrictionCreate(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, 0, 0, &elem_restr_q)); in CreateStatisticCollectionOperator()
83 …PetscCallCeed(ceed, CeedOperatorSetField(op_stats_collect, "q", elem_restr_q, basis_q, CEED_VECTOR… in CreateStatisticCollectionOperator()
100 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_q)); in CreateStatisticCollectionOperator()
H A Dspanstats.c183 CeedElemRestriction elem_restr_q; in SpanwiseStatisticsSetupDataCreate() local
200 …emRestrictionCreate(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, 0, 0, &elem_restr_q)); in SpanwiseStatisticsSetupDataCreate()
202 …PetscCall(CreateElemRestrColloc_CompMajor(ceed, num_comp_stats, basis_q, elem_restr_q, &(*stats_se… in SpanwiseStatisticsSetupDataCreate()
203 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_q)); in SpanwiseStatisticsSetupDataCreate()