Home
last modified time | relevance | path

Searched refs:elem_restr_x_cell (Results 1 – 2 of 2) sorted by relevance

/honee/src/
H A Dstrong_boundary_conditions.c91 CeedElemRestriction elem_restr_x_cell; in SetupStrongSTG_Ceed() local
106 …eField(ceed, dm, face_orientation_label, orientation, height_cell, &elem_restr_x_cell, NULL, &x_co… in SetupStrongSTG_Ceed()
125 …PetscCallCeed(ceed, CeedOperatorSetField(op_setup, "dxdX", elem_restr_x_cell, basis_x_to_q_cell, C… in SetupStrongSTG_Ceed()
163 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_x_cell)); in SetupStrongSTG_Ceed()
H A Dqdata.c320 CeedElemRestriction elem_restr_x_cell, elem_restr_x_face, elem_restr_qd_created; in QDataBoundaryGradientGet() local
329 …RestrictionCoordinateCreate(ceed, dm, domain_label, label_value, height_cell, &elem_restr_x_cell)); in QDataBoundaryGradientGet()
353 …PetscCallCeed(ceed, CeedOperatorSetField(op_setup_sur, "dx/dX cell", elem_restr_x_cell, basis_x_ce… in QDataBoundaryGradientGet()
368 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_x_cell)); in QDataBoundaryGradientGet()