| /honee/src/ |
| H A D | qdata.c | 95 PetscInt num_comp_x, dim; in QDataGetNumComponents() local 99 PetscCall(DMGetCoordinateNumComps(dm, &num_comp_x)); in QDataGetNumComponents() 103 switch (num_comp_x) { in QDataGetNumComponents() 117 …DM of dimension %" PetscInt_FMT " and coordinates with dimension %" PetscInt_FMT, dim, num_comp_x); in QDataGetNumComponents() 138 PetscInt dim, height = 0, num_comp_x; in QDataGet() local 144 PetscCall(DMGetCoordinateNumComps(dm, &num_comp_x)); in QDataGet() 148 switch (num_comp_x) { in QDataGet() 165 …PetscCallCeed(ceed, CeedQFunctionAddInput(qf_setup, "dx", num_comp_x * (dim - height), CEED_EVAL_G… in QDataGet() 233 PetscInt dim, height = 1, num_comp_x; in QDataBoundaryGet() local 238 PetscCall(DMGetCoordinateNumComps(dm, &num_comp_x)); in QDataBoundaryGet() [all …]
|
| H A D | boundary_condition.c | 128 PetscInt dim, dim_sur, height = 1, num_comp_x, num_comp_q; in HoneeBCCreateIFunctionQF() local 141 PetscCall(DMGetCoordinateNumComps(dm, &num_comp_x)); in HoneeBCCreateIFunctionQF() 155 PetscCallCeed(ceed, CeedQFunctionAddInput(*qf_ifunc, "x", num_comp_x, CEED_EVAL_INTERP)); in HoneeBCCreateIFunctionQF() 176 PetscInt dim, dim_sur, height = 1, num_comp_x, num_comp_q; in HoneeBCCreateIJacobianQF() local 189 PetscCall(DMGetCoordinateNumComps(dm, &num_comp_x)); in HoneeBCCreateIJacobianQF() 203 PetscCallCeed(ceed, CeedQFunctionAddInput(*qf_ijac, "x", num_comp_x, CEED_EVAL_INTERP)); in HoneeBCCreateIJacobianQF() 224 PetscInt dim, height = 1, num_comp_x, num_comp_q; in HoneeBCAddIFunctionOp() local 238 PetscCall(DMGetCoordinateNumComps(dm, &num_comp_x)); in HoneeBCAddIFunctionOp() 293 PetscInt dim, height = 1, num_comp_x, num_comp_q; in HoneeBCAddIJacobianOp() local 307 PetscCall(DMGetCoordinateNumComps(dm, &num_comp_x)); in HoneeBCAddIJacobianOp()
|
| H A D | strong_boundary_conditions.c | 13 CeedInt num_comp_x, num_comp_q = 5, stg_data_size = 1, dXdx_size; in SetupStrongSTG_Ceed() local 27 num_comp_x = dim; in SetupStrongSTG_Ceed() 28 dXdx_size = num_comp_x * (dim - height_cell); in SetupStrongSTG_Ceed() 46 PetscCallCeed(ceed, CeedQFunctionAddInput(qf_setup, "x", num_comp_x, CEED_EVAL_INTERP)); in SetupStrongSTG_Ceed() 49 PetscCallCeed(ceed, CeedQFunctionAddOutput(qf_setup, "x stored", num_comp_x, CEED_EVAL_NONE)); in SetupStrongSTG_Ceed() 54 …PetscCall(SetupStrongStg_PreProcessing(ceed, problem, num_comp_x, stg_data_size, dXdx_size, &qf_st… in SetupStrongSTG_Ceed() 55 …PetscCall(SetupStrongStg_QF(ceed, problem, num_comp_x, num_comp_q, stg_data_size, dXdx_size, &qf_s… in SetupStrongSTG_Ceed() 110 …RestrictionCollocatedCreate(ceed, dm, face_orientation_label, orientation, height_face, num_comp_x, in SetupStrongSTG_Ceed()
|
| H A D | setuplibceed.c | 94 PetscInt dim, num_comp_x; in SetupLibceed() local 103 PetscCall(DMGetCoordinateNumComps(dm, &num_comp_x)); in SetupLibceed() 146 PetscCallCeed(ceed, CeedQFunctionAddInput(qf_ics, "x", num_comp_x, CEED_EVAL_INTERP)); in SetupLibceed() 147 PetscCallCeed(ceed, CeedQFunctionAddInput(qf_ics, "dx", num_comp_x * dim, CEED_EVAL_GRAD)); in SetupLibceed() 171 PetscCallCeed(ceed, CeedQFunctionAddInput(qf_rhs_vol, "x", num_comp_x, CEED_EVAL_INTERP)); in SetupLibceed() 201 PetscCallCeed(ceed, CeedQFunctionAddInput(qf_ifunction_vol, "x", num_comp_x, CEED_EVAL_INTERP)); in SetupLibceed()
|
| H A D | velocity_gradient_projection.c | 66 PetscInt num_comp_x; in VelocityGradientProjectionSetup() local 68 PetscCall(DMGetCoordinateNumComps(honee->dm, &num_comp_x)); in VelocityGradientProjectionSetup() 89 PetscCallCeed(ceed, CeedQFunctionAddInput(qf_rhs_assemble, "x", num_comp_x, CEED_EVAL_INTERP)); in VelocityGradientProjectionSetup()
|
| H A D | differential_filter.c | 20 PetscInt num_comp_x, num_comp_q; in DifferentialFilterCreateOperators() local 27 PetscCall(DMGetCoordinateNumComps(honee->dm, &num_comp_x)); in DifferentialFilterCreateOperators() 58 PetscCallCeed(ceed, CeedQFunctionAddInput(qf_rhs, "x", num_comp_x, CEED_EVAL_INTERP)); in DifferentialFilterCreateOperators() 134 PetscCallCeed(ceed, CeedQFunctionAddInput(qf_lhs, "x", num_comp_x, CEED_EVAL_INTERP)); in DifferentialFilterCreateOperators()
|
| /honee/src/spanstats/ |
| H A D | spanstats.c | 143 CeedInt num_comp_x; in GetQuadratureCoords() local 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() 152 *total_nqpnts = l_vec_size / num_comp_x; in GetQuadratureCoords() 155 …PetscCallCeed(ceed, CeedQFunctionCreateIdentity(ceed, num_comp_x, CEED_EVAL_INTERP, CEED_EVAL_NONE… in GetQuadratureCoords() 181 CeedInt num_comp_x, num_comp_stats = spanstats->num_comp_stats; in SpanwiseStatisticsSetupDataCreate() local 193 …(ceed, CeedElemRestrictionGetNumComponents((*stats_setup_data)->elem_restr_parent_x, &num_comp_x)); in SpanwiseStatisticsSetupDataCreate() 241 PetscInt child_num_qpnts, parent_num_qpnts, num_comp_x; in SpanwiseStatisticsCreateSF() local 248 PetscCall(DMGetCoordinateNumComps(childdm, &num_comp_x)); in SpanwiseStatisticsCreateSF() 249 …const PetscInt num_comp_sf = num_comp_x - 1; // Number of coord components used in the creation o… in SpanwiseStatisticsCreateSF() [all …]
|
| H A D | turbulence.c | 20 PetscInt num_comp_q, num_comp_x; in CreateStatisticCollectionOperator() local 31 PetscCall(DMGetCoordinateNumComps(honee->dm, &num_comp_x)); in CreateStatisticCollectionOperator() 79 PetscCallCeed(ceed, CeedQFunctionAddInput(qf_stats_collect, "x", num_comp_x, CEED_EVAL_INTERP)); in CreateStatisticCollectionOperator() 112 CeedInt num_comp_stats = spanstats->num_comp_stats, num_comp_x, q_data_size; in SetupMMSErrorChecking() local 121 PetscCallCeed(ceed, CeedBasisGetNumComponents(stats_data->basis_x, &num_comp_x)); in SetupMMSErrorChecking() 126 PetscCallCeed(ceed, CeedQFunctionAddInput(qf_error, "x", num_comp_x, CEED_EVAL_INTERP)); in SetupMMSErrorChecking()
|
| H A D | cflpe.c | 21 PetscInt dim, num_comp_q, num_comp_x; in CreateStatisticCollectionOperator() local 32 PetscCall(DMGetCoordinateNumComps(honee->dm, &num_comp_x)); in CreateStatisticCollectionOperator() 115 PetscCallCeed(ceed, CeedQFunctionAddInput(qf_stats_collect, "x", num_comp_x, CEED_EVAL_INTERP)); in CreateStatisticCollectionOperator()
|
| /honee/problems/ |
| H A D | stg_shur14.h | 15 extern PetscErrorCode SetupStrongStg_QF(Ceed ceed, ProblemData problem, CeedInt num_comp_x, CeedInt… 18 …e SetupStrongStg_PreProcessing(Ceed ceed, ProblemData problem, CeedInt num_comp_x, CeedInt stg_dat…
|
| H A D | stg_shur14.c | 367 PetscErrorCode SetupStrongStg_QF(Ceed ceed, ProblemData problem, CeedInt num_comp_x, CeedInt num_co… in SetupStrongStg_QF() argument 372 PetscCallCeed(ceed, CeedQFunctionAddInput(*qf_strongbc, "x", num_comp_x, CEED_EVAL_NONE)); in SetupStrongStg_QF() 381 PetscErrorCode SetupStrongStg_PreProcessing(Ceed ceed, ProblemData problem, CeedInt num_comp_x, Cee… in SetupStrongStg_PreProcessing() argument 386 PetscCallCeed(ceed, CeedQFunctionAddInput(*qf_strongbc, "x", num_comp_x, CEED_EVAL_NONE)); in SetupStrongStg_PreProcessing()
|
| H A D | sgs_dd_model.c | 118 PetscInt num_comp_x; in SgsDDSetupNodalEvaluation_Fused() local 127 PetscCall(DMGetCoordinateNumComps(honee->dm, &num_comp_x)); in SgsDDSetupNodalEvaluation_Fused() 166 PetscCallCeed(ceed, CeedQFunctionAddInput(qf_sgs_dd_nodal, "x", num_comp_x, CEED_EVAL_INTERP)); in SgsDDSetupNodalEvaluation_Fused() 314 PetscInt num_comp_x, num_comp_q; in SgsDDSetupNodalEvaluation_Sequential() local 366 PetscCall(DMGetCoordinateNumComps(honee->dm, &num_comp_x)); in SgsDDSetupNodalEvaluation_Sequential() 493 PetscInt dim, num_comp_q, num_comp_x; in SgsSetupNodalIFunction() local 505 PetscCall(DMGetCoordinateNumComps(honee->dm, &num_comp_x)); in SgsSetupNodalIFunction()
|
| /honee/include/ |
| H A D | dm-utils.h | 29 PetscErrorCode DMGetCoordinateNumComps(DM dm, PetscInt *num_comp_x);
|