Home
last modified time | relevance | path

Searched refs:height_cell (Results 1 – 4 of 4) sorted by relevance

/honee/src/
H A Dstrong_boundary_conditions.c20 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 Dqdata.c318 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 Dadvection.c256 …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 Dnewtonian.c221 …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()