Lines Matching refs:height
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
310 …PetscCall(DMPlexCeedCoordinateCreateField(ceed, dm, domain_label, label_value, height, &elem_restr… in HoneeBCAddIJacobianOp()