Home
last modified time | relevance | path

Searched refs:x_coord (Results 1 – 11 of 11) sorted by relevance

/honee/src/
H A Dqdata.c136 CeedVector q_data_created, x_coord; in QDataGet() local
142 …dinateCreateField(ceed, dm, domain_label, label_value, height, &elem_restr_x, &basis_x, &x_coord)); in QDataGet()
177 PetscCallCeed(ceed, CeedOperatorApply(op_setup, x_coord, q_data_created, CEED_REQUEST_IMMEDIATE)); in QDataGet()
185 PetscCallCeed(ceed, CeedVectorDestroy(&x_coord)); in QDataGet()
230 CeedVector q_data_created, x_coord; in QDataBoundaryGet() local
236 …dinateCreateField(ceed, dm, domain_label, label_value, height, &elem_restr_x, &basis_x, &x_coord)); in QDataBoundaryGet()
264 …PetscCallCeed(ceed, CeedOperatorApply(op_setup_sur, x_coord, q_data_created, CEED_REQUEST_IMMEDIAT… in QDataBoundaryGet()
272 PetscCallCeed(ceed, CeedVectorDestroy(&x_coord)); in QDataBoundaryGet()
321 CeedVector q_data_created, x_coord; in QDataBoundaryGradientGet() local
327 …ld(ceed, dm, domain_label, label_value, height_face, &elem_restr_x_face, &basis_x_face, &x_coord)); in QDataBoundaryGradientGet()
[all …]
H A Dboundary_condition.c226 CeedVector q_data, jac_data, x_coord; in HoneeBCAddIFunctionOp() local
243 …dinateCreateField(ceed, dm, domain_label, label_value, height, &elem_restr_x, &basis_x, &x_coord)); in HoneeBCAddIFunctionOp()
254 PetscCallCeed(ceed, CeedOperatorSetField(sub_op_ifunc_, "x", elem_restr_x, basis_x, x_coord)); in HoneeBCAddIFunctionOp()
263 PetscCallCeed(ceed, CeedVectorDestroy(&x_coord)); in HoneeBCAddIFunctionOp()
295 CeedVector q_data, jac_data, x_coord; in HoneeBCAddIJacobianOp() local
310 …dinateCreateField(ceed, dm, domain_label, label_value, height, &elem_restr_x, &basis_x, &x_coord)); in HoneeBCAddIJacobianOp()
328 PetscCallCeed(ceed, CeedOperatorSetField(sub_op_ijac, "x", elem_restr_x, basis_x, x_coord)); in HoneeBCAddIJacobianOp()
341 PetscCallCeed(ceed, CeedVectorDestroy(&x_coord)); in HoneeBCAddIJacobianOp()
H A Dvelocity_gradient_projection.c65 CeedVector x_coord; in VelocityGradientProjectionSetup() local
69 …ed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, &elem_restr_x, &basis_x, &x_coord)); in VelocityGradientProjectionSetup()
96 PetscCallCeed(ceed, CeedOperatorSetField(op_rhs_assemble, "x", elem_restr_x, basis_x, x_coord)); in VelocityGradientProjectionSetup()
103 PetscCallCeed(ceed, CeedVectorDestroy(&x_coord)); in VelocityGradientProjectionSetup()
H A Dsetuplibceed.c98 CeedVector q_data, x_coord, jac_data = NULL; in SetupLibceed() local
125 …ield(ceed, dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, &elem_restr_x, &basis_x, &x_coord)); in SetupLibceed()
155 …PetscCall(OperatorApplyContextCreate(NULL, dm, honee->ceed, op_ics, x_coord, NULL, NULL, honee->Q_… in SetupLibceed()
181 PetscCallCeed(ceed, CeedOperatorSetField(op_rhs_vol, "x", elem_restr_x, basis_x, x_coord)); in SetupLibceed()
213 … PetscCallCeed(ceed, CeedOperatorSetField(op_ifunction_vol, "x", elem_restr_x, basis_x, x_coord)); in SetupLibceed()
295 PetscCallCeed(ceed, CeedVectorDestroy(&x_coord)); in SetupLibceed()
H A Dstrong_boundary_conditions.c14 CeedVector multiplicity, x_stored, scale_stored, stg_data, dXdx, x_coord; in SetupStrongSTG_Ceed() local
106 …d(ceed, dm, face_orientation_label, orientation, height_cell, &elem_restr_x_cell, NULL, &x_coord)); in SetupStrongSTG_Ceed()
132 …PetscCallCeed(ceed, CeedOperatorApply(op_setup, x_coord, CEED_VECTOR_NONE, CEED_REQUEST_IMMEDIATE)… in SetupStrongSTG_Ceed()
160 PetscCallCeed(ceed, CeedVectorDestroy(&x_coord)); in SetupStrongSTG_Ceed()
H A Ddifferential_filter.c21 CeedVector q_data, x_coord; in DifferentialFilterCreateOperators() local
29 …ld(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, 0, &elem_restr_x, &basis_x, &x_coord)); in DifferentialFilterCreateOperators()
69 PetscCallCeed(ceed, CeedOperatorSetField(op_rhs, "x", elem_restr_x, basis_x, x_coord)); in DifferentialFilterCreateOperators()
152 PetscCallCeed(ceed, CeedOperatorSetField(op_lhs_sub, "x", elem_restr_x, basis_x, x_coord)); in DifferentialFilterCreateOperators()
188 PetscCallCeed(ceed, CeedVectorDestroy(&x_coord)); in DifferentialFilterCreateOperators()
/honee/src/spanstats/
H A Dturbulence.c26 CeedVector q_data, x_coord; in CreateStatisticCollectionOperator() local
52 …ld(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, 0, &elem_restr_x, &basis_x, &x_coord)); in CreateStatisticCollectionOperator()
85 PetscCallCeed(ceed, CeedOperatorSetField(op_stats_collect, "x", elem_restr_x, basis_x, x_coord)); in CreateStatisticCollectionOperator()
98 PetscCallCeed(ceed, CeedVectorDestroy(&x_coord)); in CreateStatisticCollectionOperator()
132 …etField(op_error, "x", stats_data->elem_restr_parent_x, stats_data->basis_x, stats_data->x_coord)); in SetupMMSErrorChecking()
H A Dcflpe.c26 CeedVector q_data, x_coord; in CreateStatisticCollectionOperator() local
74 …ld(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, 0, &elem_restr_x, &basis_x, &x_coord)); in CreateStatisticCollectionOperator()
121 PetscCallCeed(ceed, CeedOperatorSetField(op_stats_collect, "x", elem_restr_x, basis_x, x_coord)); in CreateStatisticCollectionOperator()
142 PetscCallCeed(ceed, CeedVectorDestroy(&x_coord)); in CreateStatisticCollectionOperator()
H A Dspanstats.c194 …ictionCreateVector((*stats_setup_data)->elem_restr_parent_x, &(*stats_setup_data)->x_coord, NULL)); in SpanwiseStatisticsSetupDataCreate()
216 PetscCall(VecCopyPetscToCeed(X_loc, (*stats_setup_data)->x_coord)); in SpanwiseStatisticsSetupDataCreate()
231 PetscCallCeed(ceed, CeedVectorDestroy(&data->x_coord)); in SpanwiseStatisticsSetupDataDestroy()
/honee/include/
H A Dspanstats.h30 CeedVector x_coord; member
/honee/problems/
H A Dsgs_dd_model.c119 CeedVector inv_multiplicity, x_coord; in SgsDDSetupNodalEvaluation_Fused() local
139 …ld(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, 0, &elem_restr_x, &basis_x, &x_coord)); in SgsDDSetupNodalEvaluation_Fused()
174 …tscCallCeed(ceed, CeedOperatorSetField(op_sgs_dd_nodal, "x", elem_restr_x, basis_x_to_q, x_coord)); in SgsDDSetupNodalEvaluation_Fused()
188 PetscCallCeed(ceed, CeedVectorDestroy(&x_coord)); in SgsDDSetupNodalEvaluation_Fused()