| /honee/include/ |
| H A D | dm-utils.h | 8 …e(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, PetscInt height, PetscInt dm_field, 10 …tionCoordinateCreate(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, PetscInt height, 12 …strictionQDataCreate(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, PetscInt height, 14 …tionCollocatedCreate(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, PetscInt height, 17 …e(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, PetscInt height, PetscInt dm_field, 19 …e(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, PetscInt height, CeedBasis *basis); 20 …oordinateCreateField(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, PetscInt height,
|
| H A D | navierstokes.h | 306 …y(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, PetscInt height, PetscInt dm_field,
|
| /honee/src/ |
| H A D | boundary_condition.c | 128 PetscInt dim, dim_sur, height = 1, num_comp_x, num_comp_q; in HoneeBCCreateIFunctionQF() local 139 dim_sur = dim - height; in HoneeBCCreateIFunctionQF() 176 PetscInt dim, dim_sur, height = 1, num_comp_x, num_comp_q; in HoneeBCCreateIJacobianQF() local 187 dim_sur = dim - height; in HoneeBCCreateIJacobianQF() 224 PetscInt dim, height = 1, num_comp_x, num_comp_q; in HoneeBCAddIFunctionOp() local 241 …PetscCall(DMPlexCeedBasisCreate(ceed, dm, domain_label, label_value, height, bc_def->dm_field, &ba… in HoneeBCAddIFunctionOp() 242 …PetscCall(DMPlexCeedElemRestrictionCreate(ceed, dm, domain_label, label_value, height, bc_def->dm_… in HoneeBCAddIFunctionOp() 243 …PetscCall(DMPlexCeedCoordinateCreateField(ceed, dm, domain_label, label_value, height, &elem_restr… in HoneeBCAddIFunctionOp() 246 …PetscCall(DMPlexCeedElemRestrictionQDataCreate(ceed, dm, domain_label, label_value, height, num_co… in HoneeBCAddIFunctionOp() 293 PetscInt dim, height = 1, num_comp_x, num_comp_q; in HoneeBCAddIJacobianOp() local [all …]
|
| H A D | dm-utils.c | 80 …e(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, PetscInt height, PetscInt dm_field, in DMPlexCeedElemRestrictionCreate() argument 92 label_name ? label_name : "NONE", label_value, height, dm_field)); in DMPlexCeedElemRestrictionCreate() 105 …PetscCall(DMPlexGetLocalOffsets(dm, domain_label, label_value, height, dm_field, &num_elem, &elem_… in DMPlexCeedElemRestrictionCreate() 137 …tionCoordinateCreate(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, PetscInt height, in DMPlexCeedElemRestrictionCoordinateCreate() argument 146 …PetscCall(DMPlexCeedElemRestrictionCreate(ceed, dm_coord, domain_label, label_value, height, 0, re… in DMPlexCeedElemRestrictionCoordinateCreate() 166 …rictionStridedCreate(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, PetscInt height, in DMPlexCeedElemRestrictionStridedCreate() argument 178 PetscCall(DMLabelGetStratumIS(depth_label, depth - height, &depth_is)); in DMPlexCeedElemRestrictionStridedCreate() 209 PetscCall(PetscFEGetHeightSubspace(fe, height, &fe)); in DMPlexCeedElemRestrictionStridedCreate() 225 PetscCall(PetscFEGetHeightSubspace(fe, height, &fe)); in DMPlexCeedElemRestrictionStridedCreate() 252 …strictionQDataCreate(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, PetscInt height, in DMPlexCeedElemRestrictionQDataCreate() argument [all …]
|
| H A D | qdata.c | 138 PetscInt dim, height = 0, num_comp_x; in QDataGet() local 142 …PetscCall(DMPlexCeedCoordinateCreateField(ceed, dm, domain_label, label_value, height, &elem_restr… in QDataGet() 165 …PetscCallCeed(ceed, CeedQFunctionAddInput(qf_setup, "dx", num_comp_x * (dim - height), CEED_EVAL_G… in QDataGet() 169 …PetscCall(DMPlexCeedElemRestrictionQDataCreate(ceed, dm, domain_label, label_value, height, *q_dat… in QDataGet() 233 PetscInt dim, height = 1, num_comp_x; in QDataBoundaryGet() local 236 …PetscCall(DMPlexCeedCoordinateCreateField(ceed, dm, domain_label, label_value, height, &elem_restr… in QDataBoundaryGet() 252 …PetscCallCeed(ceed, CeedQFunctionAddInput(qf_setup_sur, "dx", num_comp_x * (dim - height), CEED_EV… in QDataBoundaryGet() 256 …PetscCall(DMPlexCeedElemRestrictionQDataCreate(ceed, dm, domain_label, label_value, height, *q_dat… in QDataBoundaryGet()
|
| H A D | inverse_multiplicity.c | 23 …y(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, PetscInt height, PetscInt dm_field, in GetInverseMultiplicity() argument 35 …PetscCall(DMPlexCeedElemRestrictionCollocatedCreate(ceed, dm, domain_label, label_value, height, 1… in GetInverseMultiplicity() 38 …PetscCall(DMPlexCeedElemRestrictionCreate(ceed, dm, domain_label, label_value, height, dm_field, &… in GetInverseMultiplicity()
|
| H A D | grid_anisotropy_tensor.c | 18 PetscInt height = 0, dm_field = 0; in GridAnisotropyTensorProjectionSetupApply() local 47 …trictionCreate(ceed, grid_aniso_proj->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field, in GridAnisotropyTensorProjectionSetupApply() 49 …reate(ceed, grid_aniso_proj->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field, &basis_… in GridAnisotropyTensorProjectionSetupApply() 132 PetscInt height = 0; in GridAnisotropyTensorCalculateCollocatedVector() local 142 …ictionQDataCreate(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, *num_comp_aniso, in GridAnisotropyTensorCalculateCollocatedVector()
|
| H A D | velocity_gradient_projection.c | 45 PetscInt dim, height = 0, dm_field = 0, num_comp_input; in VelocityGradientProjectionSetup() local 55 …strictionCreate(ceed, grad_velo_proj->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field, in VelocityGradientProjectionSetup() 57 …Create(ceed, grad_velo_proj->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field, &basis_… in VelocityGradientProjectionSetup() 69 …nateCreateField(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, &elem_restr_x, &b… in VelocityGradientProjectionSetup()
|
| H A D | diff_flux_projection.c | 24 …PetscInt height = 0, dm_field = 0, dim, degree = honee->app_ctx->degree, q_extra … in DivDiffFluxProjectionCreate() local 50 …ictionCreate(honee->ceed, projection->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field, in DivDiffFluxProjectionCreate() 54 …dBasisCreate(honee->ceed, projection->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field, in DivDiffFluxProjectionCreate() 81 …RestrictionQDataCreate(honee->ceed, projection->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, in DivDiffFluxProjectionCreate() 205 PetscInt height = 0, dm_field = 0; in DivDiffFluxProjectionSetup_Indirect() local 207 …tionCreate(ceed, projection->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field, &elem_r… in DivDiffFluxProjectionSetup_Indirect() 208 …asisCreate(ceed, projection->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field, &basis_… in DivDiffFluxProjectionSetup_Indirect()
|
| H A D | setuplibceed.c | 110 PetscInt height = 0, dm_field = 0; in SetupLibceed() local 114 …PetscCall(DMPlexCeedBasisCreate(ceed, dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field… in SetupLibceed() 116 …dElemRestrictionCreate(ceed, dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, 0, &elem_restr_q)… in SetupLibceed() 118 …RestrictionQDataCreate(ceed, dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, num_comps_jac_dat… in SetupLibceed() 125 …dCoordinateCreateField(ceed, dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, &elem_restr_x, &b… in SetupLibceed()
|
| H A D | differential_filter.c | 24 PetscInt height = 0; in DifferentialFilterCreateOperators() local 75 …strictionCreate(ceed, dm_filter, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field, &elem_r… in DifferentialFilterCreateOperators() 76 …CeedBasisCreate(ceed, dm_filter, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field, &basis_… in DifferentialFilterCreateOperators()
|
| /honee/src/spanstats/ |
| H A D | spanstats.c | 136 …ords(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, PetscInt height, Vec *Qx_coords, in GetQuadratureCoords() argument 148 …PetscCall(DMPlexCeedCoordinateCreateField(ceed, dm, domain_label, label_value, height, &elem_restr… in GetQuadratureCoords() 182 PetscInt height = 0, dm_field = 0; in SpanwiseStatisticsSetupDataCreate() local 189 …DMPlexCeedElemRestrictionCreate(ceed, dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field, in SpanwiseStatisticsSetupDataCreate() 191 …DMPlexCeedElemRestrictionCoordinateCreate(ceed, dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, in SpanwiseStatisticsSetupDataCreate() 195 …dBasisCoordinateCreate(ceed, dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, &(*stats_setup_da… in SpanwiseStatisticsSetupDataCreate() 196 …PetscCall(DMPlexCeedBasisCreate(ceed, dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field… in SpanwiseStatisticsSetupDataCreate()
|
| /honee/problems/ |
| H A D | sgs_dd_model.c | 122 PetscInt height = 0, dm_field = 0; in SgsDDSetupNodalEvaluation_Fused() local 140 …reate(ceed, sgs_dd_data->dm_sgs, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field, &elem_r… in SgsDDSetupNodalEvaluation_Fused() 143 …icity(ceed, sgs_dd_data->dm_sgs, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field, PETSC_F… in SgsDDSetupNodalEvaluation_Fused() 319 PetscInt height = 0, dm_field = 0; in SgsDDSetupNodalEvaluation_Sequential() local 379 …reate(ceed, sgs_dd_data->dm_sgs, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field, &elem_r… in SgsDDSetupNodalEvaluation_Sequential() 381 …dCreate(ceed, sgs_dd_data->dm_sgs, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, num_comp_eigvec, in SgsDDSetupNodalEvaluation_Sequential() 385 …onCreate(ceed, sgs_dd_data->dm_dd_inputs, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field, in SgsDDSetupNodalEvaluation_Sequential() 387 …nCreate(ceed, sgs_dd_data->dm_dd_outputs, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field, in SgsDDSetupNodalEvaluation_Sequential() 390 …icity(ceed, sgs_dd_data->dm_sgs, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field, PETSC_F… in SgsDDSetupNodalEvaluation_Sequential() 508 PetscInt height = 0, dm_field = 0; in SgsSetupNodalIFunction() local [all …]
|
| H A D | advection.c | 306 PetscInt height = 0, dm_field = 0; in DivDiffFluxProjectionCreateRHS_Indirect_AdvDif() local 324 …tionCreate(ceed, projection->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field, &elem_r… in DivDiffFluxProjectionCreateRHS_Indirect_AdvDif() 325 …asisCreate(ceed, projection->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field, &basis_… in DivDiffFluxProjectionCreateRHS_Indirect_AdvDif()
|
| H A D | newtonian.c | 272 PetscInt height = 0, dm_field = 0; in DivDiffFluxProjectionCreateRHS_Indirect_NS() local 289 …tionCreate(ceed, projection->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field, &elem_r… in DivDiffFluxProjectionCreateRHS_Indirect_NS() 290 …asisCreate(ceed, projection->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field, &basis_… in DivDiffFluxProjectionCreateRHS_Indirect_NS()
|
| /honee/src/smartsim/ |
| H A D | sgs_dd_training.c | 97 PetscInt height = 0, dm_field = 0; in SetupTrainingDataCalculation() local 103 …reate(ceed, sgs_dd_train->dm_dd_training, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field, in SetupTrainingDataCalculation() 105 …d, sgs_dd_train->dm_dd_training, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field, PETSC_T… in SetupTrainingDataCalculation()
|
| /honee/doc/ |
| H A D | examples.md | 189 where $H$ is the channel half-height, $u_{\max}$ is the center velocity, $T_w$ is the temperature a… 248 They are placed such that the element height matches a geometric growth ratio defined by `-platemes… 336 - Boundary layer height at the inflow 599 …This initial condition features a linear profile in the y direction up to a height set by the user. 713 …r `boundary_layer` IC, sets the height of the linear boundary layer initial condition in proportio…
|
| /honee/ |
| H A D | Doxyfile | 60 # in the documentation. The maximum height of the logo should not exceed 55 1686 # area (value NO) or if it should extend to the full height of the window (value 2483 # The default value is: shape=box,height=0.2,width=0.4. 2486 DOT_NODE_ATTR = "shape=box,height=0.2,width=0.4"
|