| /honee/src/ |
| H A D | qdata.c | 136 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 D | boundary_condition.c | 226 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 D | velocity_gradient_projection.c | 65 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 D | setuplibceed.c | 98 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 D | strong_boundary_conditions.c | 14 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 D | differential_filter.c | 21 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 D | turbulence.c | 26 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 D | cflpe.c | 26 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 D | spanstats.c | 194 …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 D | spanstats.h | 30 CeedVector x_coord; member
|
| /honee/problems/ |
| H A D | sgs_dd_model.c | 119 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()
|