Searched refs:height_cell (Results 1 – 4 of 4) sorted by relevance
| /honee/src/ |
| H A D | strong_boundary_conditions.c | 20 const PetscInt dm_field = 0, height_face = 1, height_cell = 0; in SetupStrongSTG_Ceed() local 28 dXdx_size = num_comp_x * (dim - height_cell); in SetupStrongSTG_Ceed() 106 …edCoordinateCreateField(ceed, dm, face_orientation_label, orientation, height_cell, &elem_restr_x_… in SetupStrongSTG_Ceed()
|
| H A D | qdata.c | 318 const PetscInt height_cell = 0, height_face = 1; in QDataBoundaryGradientGet() local 329 …edElemRestrictionCoordinateCreate(ceed, dm, domain_label, label_value, height_cell, &elem_restr_x_… in QDataBoundaryGradientGet() 347 … CeedQFunctionAddInput(qf_setup_sur, "dx/dX cell", num_comp_x * (dim - height_cell), CEED_EVAL_GRA… in QDataBoundaryGradientGet()
|
| /honee/problems/ |
| H A D | advection.c | 256 …PetscInt orientation = orientation_values[o], dm_field_q = 0, height_cell = 0, height_f… in DivDiffFluxProjectionCreateRHS_Direct_AdvDif() local 258 …estrictionCreate(ceed, honee->dm, face_orientation_label, orientation, height_cell, dm_field_q, &e… in DivDiffFluxProjectionCreateRHS_Direct_AdvDif()
|
| H A D | newtonian.c | 221 …PetscInt orientation = orientation_values[o], dm_field_q = 0, height_cell = 0, height_f… in DivDiffFluxProjectionCreateRHS_Direct_NS() local 223 …estrictionCreate(ceed, honee->dm, face_orientation_label, orientation, height_cell, dm_field_q, &e… in DivDiffFluxProjectionCreateRHS_Direct_NS()
|