| /honee/src/ |
| H A D | qdata.c | 137 CeedElemRestriction elem_restr_qd_created, elem_restr_x; in QDataGet() local 142 …edCoordinateCreateField(ceed, dm, domain_label, label_value, height, &elem_restr_x, &basis_x, &x_c… in QDataGet() 173 …PetscCallCeed(ceed, CeedOperatorSetField(op_setup, "dx", elem_restr_x, basis_x, CEED_VECTOR_ACTIVE… in QDataGet() 183 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_x)); in QDataGet() 231 CeedElemRestriction elem_restr_qd_created, elem_restr_x; in QDataBoundaryGet() local 236 …edCoordinateCreateField(ceed, dm, domain_label, label_value, height, &elem_restr_x, &basis_x, &x_c… in QDataBoundaryGet() 260 …PetscCallCeed(ceed, CeedOperatorSetField(op_setup_sur, "dx", elem_restr_x, basis_x, CEED_VECTOR_AC… in QDataBoundaryGet() 270 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_x)); in QDataBoundaryGet()
|
| H A D | boundary_condition.c | 228 CeedElemRestriction elem_restr_qd, elem_restr_q, elem_restr_x, elem_restr_jac; in HoneeBCAddIFunctionOp() local 243 …edCoordinateCreateField(ceed, dm, domain_label, label_value, height, &elem_restr_x, &basis_x, &x_c… in HoneeBCAddIFunctionOp() 254 PetscCallCeed(ceed, CeedOperatorSetField(sub_op_ifunc_, "x", elem_restr_x, basis_x, x_coord)); in HoneeBCAddIFunctionOp() 268 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_x)); in HoneeBCAddIFunctionOp() 296 CeedElemRestriction elem_restr_qd, elem_restr_q, elem_restr_x, elem_restr_jac; in HoneeBCAddIJacobianOp() local 310 …edCoordinateCreateField(ceed, dm, domain_label, label_value, height, &elem_restr_x, &basis_x, &x_c… in HoneeBCAddIJacobianOp() 328 PetscCallCeed(ceed, CeedOperatorSetField(sub_op_ijac, "x", elem_restr_x, basis_x, x_coord)); in HoneeBCAddIJacobianOp() 335 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_x)); in HoneeBCAddIJacobianOp()
|
| H A D | velocity_gradient_projection.c | 63 CeedElemRestriction elem_restr_x; in VelocityGradientProjectionSetup() local 69 …eld(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, &elem_restr_x, &basis_x, &x_c… in VelocityGradientProjectionSetup() 96 PetscCallCeed(ceed, CeedOperatorSetField(op_rhs_assemble, "x", elem_restr_x, basis_x, x_coord)); in VelocityGradientProjectionSetup() 101 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_x)); in VelocityGradientProjectionSetup()
|
| H A D | setuplibceed.c | 96 CeedElemRestriction elem_restr_qd, elem_restr_q, elem_restr_x, elem_restr_jd_i = NULL; in SetupLibceed() local 125 …reateField(ceed, dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, &elem_restr_x, &basis_x, &x_c… in SetupLibceed() 151 …PetscCallCeed(ceed, CeedOperatorSetField(op_ics, "x", elem_restr_x, basis_xc, CEED_VECTOR_ACTIVE)); in SetupLibceed() 152 …PetscCallCeed(ceed, CeedOperatorSetField(op_ics, "dx", elem_restr_x, basis_xc, CEED_VECTOR_ACTIVE)… 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() 297 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_x)); in SetupLibceed()
|
| H A D | misc.c | 224 CeedElemRestriction elem_restr_qd, elem_restr_x; in HoneeCalculateDomainSize() local 234 …nateCreateField(ceed, dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, 0, &elem_restr_x, &basis_x, NULL… in HoneeCalculateDomainSize() 239 …PetscCallCeed(ceed, CeedOperatorSetField(op_mass, "u", elem_restr_x, basis_x, CEED_VECTOR_ACTIVE)); in HoneeCalculateDomainSize() 241 …PetscCallCeed(ceed, CeedOperatorSetField(op_mass, "v", elem_restr_x, basis_x, CEED_VECTOR_ACTIVE)); in HoneeCalculateDomainSize() 255 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_x)); in HoneeCalculateDomainSize()
|
| H A D | differential_filter.c | 22 CeedElemRestriction elem_restr_qd, elem_restr_x; in DifferentialFilterCreateOperators() local 29 …ateField(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, 0, &elem_restr_x, &basis_x, &x_c… 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() 186 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_x)); in DifferentialFilterCreateOperators()
|
| /honee/src/spanstats/ |
| H A D | cflpe.c | 27 CeedElemRestriction elem_restr_qd, elem_restr_q, elem_restr_x; in CreateStatisticCollectionOperator() local 74 …ateField(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, 0, &elem_restr_x, &basis_x, &x_c… in CreateStatisticCollectionOperator() 121 PetscCallCeed(ceed, CeedOperatorSetField(op_stats_collect, "x", elem_restr_x, basis_x, x_coord)); in CreateStatisticCollectionOperator() 140 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_x)); in CreateStatisticCollectionOperator()
|
| H A D | spanstats.c | 138 CeedElemRestriction elem_restr_qx, elem_restr_x; in GetQuadratureCoords() local 148 …edCoordinateCreateField(ceed, dm, domain_label, label_value, height, &elem_restr_x, &basis_x, &x_c… in GetQuadratureCoords() 149 PetscCallCeed(ceed, CeedElemRestrictionGetNumComponents(elem_restr_x, &num_comp_x)); in GetQuadratureCoords() 150 …PetscCall(CreateElemRestrColloc_CompMajor(ceed, num_comp_x, basis_x, elem_restr_x, &elem_restr_qx)… in GetQuadratureCoords() 159 …PetscCallCeed(ceed, CeedOperatorSetField(op_quad_coords, "input", elem_restr_x, basis_x, x_coords)… in GetQuadratureCoords() 169 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_x)); in GetQuadratureCoords()
|
| H A D | turbulence.c | 27 CeedElemRestriction elem_restr_qd, elem_restr_q, elem_restr_x; in CreateStatisticCollectionOperator() local 52 …ateField(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, 0, &elem_restr_x, &basis_x, &x_c… in CreateStatisticCollectionOperator() 85 PetscCallCeed(ceed, CeedOperatorSetField(op_stats_collect, "x", elem_restr_x, basis_x, x_coord)); in CreateStatisticCollectionOperator() 101 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_x)); in CreateStatisticCollectionOperator()
|
| /honee/problems/ |
| H A D | sgs_dd_model.c | 120 …tion elem_restr_inv_multiplicity, elem_restr_grad_velo, elem_restr_sgs, elem_restr_q, elem_restr_x; in SgsDDSetupNodalEvaluation_Fused() local 139 …ateField(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, 0, &elem_restr_x, &basis_x, &x_c… in SgsDDSetupNodalEvaluation_Fused() 174 …PetscCallCeed(ceed, CeedOperatorSetField(op_sgs_dd_nodal, "x", elem_restr_x, basis_x_to_q, x_coord… in SgsDDSetupNodalEvaluation_Fused() 193 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_x)); in SgsDDSetupNodalEvaluation_Fused()
|