Home
last modified time | relevance | path

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

/honee/src/
H A Dsetuplibceed.c19 CeedBasis basis_q; in CreateKSPMassOperator_Unstabilized() local
30 PetscCallCeed(ceed, CeedOperatorFieldGetData(op_field, NULL, &elem_restr_q, &basis_q, NULL)); 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()
46 PetscCallCeed(ceed, CeedBasisDestroy(&basis_q)); in CreateKSPMassOperator_Unstabilized()
97 CeedBasis basis_q, basis_x; in SetupLibceed() local
114 …PlexCeedBasisCreate(ceed, dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field, &basis_q)); in SetupLibceed()
142 PetscCallCeed(ceed, CeedBasisCreateProjection(basis_x, basis_q, &basis_xc)); in SetupLibceed()
178 …PetscCallCeed(ceed, CeedOperatorSetField(op_rhs_vol, "q", elem_restr_q, basis_q, CEED_VECTOR_ACTIV… in SetupLibceed()
179 …PetscCallCeed(ceed, CeedOperatorSetField(op_rhs_vol, "Grad_q", elem_restr_q, basis_q, CEED_VECTOR_… in SetupLibceed()
[all …]
H A Dboundary_condition.c229 CeedBasis basis_x, basis_q; in HoneeBCAddIFunctionOp() local
241 …ll(DMPlexCeedBasisCreate(ceed, dm, domain_label, label_value, height, bc_def->dm_field, &basis_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()
264 PetscCallCeed(ceed, CeedBasisDestroy(&basis_q)); in HoneeBCAddIFunctionOp()
298 CeedBasis basis_x, basis_q; 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.c53 CeedBasis basis_q; in SetupMontiorTotalKineticEnergy() local
79 …ll(DMPlexCeedBasisCreate(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, 0, 0, &basis_q)); in SetupMontiorTotalKineticEnergy()
80 …PetscCall(CreateElemRestrColloc_CompMajor(ceed, num_comp_totalke, basis_q, elem_restr_q, &elem_res… 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()
125 PetscCallCeed(ceed, CeedBasisDestroy(&basis_q)); in SetupMontiorTotalKineticEnergy()
H A Dgrid_anisotropy_tensor.c137 CeedBasis basis_q; in GridAnisotropyTensorCalculateCollocatedVector() local
138 …ll(DMPlexCeedBasisCreate(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, 0, 0, &basis_q)); in GridAnisotropyTensorCalculateCollocatedVector()
139 PetscCallCeed(ceed, CeedBasisGetNumNodes(basis_q, &num_nodes)); in GridAnisotropyTensorCalculateCollocatedVector()
140 PetscCallCeed(ceed, CeedBasisDestroy(&basis_q)); in GridAnisotropyTensorCalculateCollocatedVector()
H A Dmonitor_cfl.c32 CeedBasis basis_q; in SetupMontiorCfl() local
50 …ll(DMPlexCeedBasisCreate(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, 0, 0, &basis_q)); in SetupMontiorCfl()
112 …PetscCallCeed(ceed, CeedOperatorSetField(op_monitor, "q", elem_restr_q, basis_q, CEED_VECTOR_ACTIV… in SetupMontiorCfl()
131 PetscCallCeed(ceed, CeedBasisDestroy(&basis_q)); in SetupMontiorCfl()
H A Ddifferential_filter.c35 CeedBasis basis_q; in DifferentialFilterCreateOperators() local
53 …ll(DMPlexCeedBasisCreate(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, 0, 0, &basis_q)); in DifferentialFilterCreateOperators()
67 … PetscCallCeed(ceed, CeedOperatorSetField(op_rhs, "q", elem_restr_q, basis_q, CEED_VECTOR_ACTIVE)); in DifferentialFilterCreateOperators()
88 PetscCallCeed(ceed, CeedBasisDestroy(&basis_q)); in DifferentialFilterCreateOperators()
/honee/problems/
H A Dadvection.c81 CeedBasis basis_q; in CreateKSPMassOperator_AdvectionStabilized() local
95 PetscCallCeed(ceed, CeedOperatorFieldGetData(op_field, NULL, &elem_restr_q, &basis_q, NULL)); 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()
133 PetscCallCeed(ceed, CeedBasisDestroy(&basis_q)); in CreateKSPMassOperator_AdvectionStabilized()
171 CeedBasis basis_diff_flux = NULL, basis_q; in DivDiffFluxProjectionCreateRHS_Direct_AdvDif() local
175 …ll(DMPlexCeedBasisCreate(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, 0, 0, &basis_q)); in DivDiffFluxProjectionCreateRHS_Direct_AdvDif()
196 …PetscCallCeed(ceed, CeedOperatorSetField(op_rhs_volume, "Grad_q", elem_restr_q, basis_q, CEED_VECT… in DivDiffFluxProjectionCreateRHS_Direct_AdvDif()
[all …]
H A Dnewtonian.c43 CeedBasis basis_q; in CreateKSPMassOperator_NewtonianStabilized() local
56 PetscCallCeed(ceed, CeedOperatorFieldGetData(op_field, NULL, &elem_restr_q, &basis_q, NULL)); 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()
87 PetscCallCeed(ceed, CeedBasisDestroy(&basis_q)); in CreateKSPMassOperator_NewtonianStabilized()
106 CeedBasis basis_q; in DivDiffFluxProjectionCreateRHS_Direct_NS() local
131 …ll(DMPlexCeedBasisCreate(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, 0, 0, &basis_q)); in DivDiffFluxProjectionCreateRHS_Direct_NS()
155 …PetscCallCeed(ceed, CeedOperatorSetField(op_rhs_volume, "q", elem_restr_q, basis_q, CEED_VECTOR_AC… in DivDiffFluxProjectionCreateRHS_Direct_NS()
[all …]
H A Dsgs_dd_model.c160 CeedBasis basis_x_to_q, basis_q; in SgsDDSetupNodalEvaluation_Fused() local
161 …ll(DMPlexCeedBasisCreate(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, 0, 0, &basis_q)); in SgsDDSetupNodalEvaluation_Fused()
162 PetscCallCeed(ceed, CeedBasisCreateProjection(basis_x, basis_q, &basis_x_to_q)); in SgsDDSetupNodalEvaluation_Fused()
190 PetscCallCeed(ceed, CeedBasisDestroy(&basis_q)); in SgsDDSetupNodalEvaluation_Fused()
496 CeedBasis basis_sgs, basis_q; in SgsSetupNodalIFunction() local
510 …ll(DMPlexCeedBasisCreate(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, 0, 0, &basis_q)); in SgsSetupNodalIFunction()
534 …PetscCallCeed(ceed, CeedOperatorSetField(op_sgs_apply, "q", elem_restr_q, basis_q, CEED_VECTOR_ACT… in SgsSetupNodalIFunction()
537 …PetscCallCeed(ceed, CeedOperatorSetField(op_sgs_apply, "Grad_v", elem_restr_q, basis_q, CEED_VECTO… in SgsSetupNodalIFunction()
548 PetscCallCeed(ceed, CeedBasisDestroy(&basis_q)); in SgsSetupNodalIFunction()
657 CeedBasis basis_q; in SgsDDSetup() local
[all …]
/honee/src/spanstats/
H A Dcflpe.c28 CeedBasis basis_q, basis_x; in CreateStatisticCollectionOperator() local
76 …ll(DMPlexCeedBasisCreate(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, 0, 0, &basis_q)); in CreateStatisticCollectionOperator()
119 …PetscCallCeed(ceed, CeedOperatorSetField(op_stats_collect, "q", elem_restr_q, basis_q, CEED_VECTOR… in CreateStatisticCollectionOperator()
139 PetscCallCeed(ceed, CeedBasisDestroy(&basis_q)); in CreateStatisticCollectionOperator()
H A Dturbulence.c28 CeedBasis basis_q, basis_x; in CreateStatisticCollectionOperator() local
54 …ll(DMPlexCeedBasisCreate(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, 0, 0, &basis_q)); in CreateStatisticCollectionOperator()
83 …PetscCallCeed(ceed, CeedOperatorSetField(op_stats_collect, "q", elem_restr_q, basis_q, CEED_VECTOR… in CreateStatisticCollectionOperator()
102 PetscCallCeed(ceed, CeedBasisDestroy(&basis_q)); in CreateStatisticCollectionOperator()
H A Dspanstats.c184 CeedBasis basis_q; in SpanwiseStatisticsSetupDataCreate() local
201 …ll(DMPlexCeedBasisCreate(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, 0, 0, &basis_q)); in SpanwiseStatisticsSetupDataCreate()
202 …PetscCall(CreateElemRestrColloc_CompMajor(ceed, num_comp_stats, basis_q, elem_restr_q, &(*stats_se… in SpanwiseStatisticsSetupDataCreate()
204 PetscCallCeed(ceed, CeedBasisDestroy(&basis_q)); in SpanwiseStatisticsSetupDataCreate()