Searched refs:height_face (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 35 …PetscCall(DMPlexCeedBasisCreate(ceed, dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height_face, dm_… in SetupStrongSTG_Ceed() 36 …eedBasisCreate(ceed, dm_coord, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height_face, dm_field, &bas… in SetupStrongSTG_Ceed() 98 …PetscCall(DMPlexCeedBasisCreate(ceed, dm, face_orientation_label, orientation, height_face, dm_fie… in SetupStrongSTG_Ceed() 104 …edElemRestrictionCreate(ceed, dm, face_orientation_label, orientation, height_face, dm_field, &ele… in SetupStrongSTG_Ceed() 105 …rictionCoordinateCreate(ceed, dm, face_orientation_label, orientation, height_face, &elem_restr_x_… in SetupStrongSTG_Ceed() 110 …RestrictionCollocatedCreate(ceed, dm, face_orientation_label, orientation, height_face, num_comp_x, in SetupStrongSTG_Ceed() 112 …rictionCollocatedCreate(ceed, dm, face_orientation_label, orientation, height_face, 1, &elem_restr… in SetupStrongSTG_Ceed() 113 …trictionCollocatedCreate(ceed, dm, face_orientation_label, orientation, height_face, stg_data_size, in SetupStrongSTG_Ceed() 115 …rictionCollocatedCreate(ceed, dm, face_orientation_label, orientation, height_face, dXdx_size, &el… in SetupStrongSTG_Ceed()
|
| H A D | qdata.c | 318 const PetscInt height_cell = 0, height_face = 1; in QDataBoundaryGradientGet() local 327 …PetscCall(DMPlexCeedCoordinateCreateField(ceed, dm, domain_label, label_value, height_face, &elem_… in QDataBoundaryGradientGet() 332 …PetscCall(DMPlexCeedElemRestrictionQDataCreate(ceed, dm, domain_label, label_value, height_face, *… in QDataBoundaryGradientGet() 348 … CeedQFunctionAddInput(qf_setup_sur, "dx/dX face", num_comp_x * (dim - height_face), CEED_EVAL_GRA… in QDataBoundaryGradientGet()
|
| /honee/problems/ |
| H A D | advection.c | 256 …t orientation = orientation_values[o], dm_field_q = 0, height_cell = 0, height_face = 1; in DivDiffFluxProjectionCreateRHS_Direct_AdvDif() local 260 …eedElemRestrictionCreate(ceed, projection->dm, face_orientation_label, orientation, height_face, 0, in DivDiffFluxProjectionCreateRHS_Direct_AdvDif() 262 …BasisCreate(ceed, projection->dm, face_orientation_label, orientation, height_face, 0, &basis_diff… in DivDiffFluxProjectionCreateRHS_Direct_AdvDif()
|
| H A D | newtonian.c | 221 …t orientation = orientation_values[o], dm_field_q = 0, height_cell = 0, height_face = 1; in DivDiffFluxProjectionCreateRHS_Direct_NS() local 225 …eedElemRestrictionCreate(ceed, projection->dm, face_orientation_label, orientation, height_face, 0, in DivDiffFluxProjectionCreateRHS_Direct_NS() 227 …BasisCreate(ceed, projection->dm, face_orientation_label, orientation, height_face, 0, &basis_diff… in DivDiffFluxProjectionCreateRHS_Direct_NS()
|