Searched refs:basis_x_face (Results 1 – 2 of 2) sorted by relevance
| /honee/src/ |
| H A D | qdata.c | 322 CeedBasis basis_x_cell_to_face, basis_x_face; in QDataBoundaryGradientGet() local 327 …ld(ceed, dm, domain_label, label_value, height_face, &elem_restr_x_face, &basis_x_face, &x_coord)); in QDataBoundaryGradientGet() 354 …, CeedOperatorSetField(op_setup_sur, "dx/dX face", elem_restr_x_face, basis_x_face, CEED_VECTOR_AC… in QDataBoundaryGradientGet() 355 …edOperatorSetField(op_setup_sur, "weight", CEED_ELEMRESTRICTION_NONE, basis_x_face, CEED_VECTOR_NO… in QDataBoundaryGradientGet() 369 PetscCallCeed(ceed, CeedBasisDestroy(&basis_x_face)); in QDataBoundaryGradientGet()
|
| H A D | strong_boundary_conditions.c | 31 CeedBasis basis_x_face, basis_q_face; in SetupStrongSTG_Ceed() local 36 …ate(ceed, dm_coord, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height_face, dm_field, &basis_x_face)); in SetupStrongSTG_Ceed() 38 PetscCallCeed(ceed, CeedBasisCreateProjection(basis_x_face, basis_q_face, &basis_x_to_q_face)); in SetupStrongSTG_Ceed() 41 PetscCallCeed(ceed, CeedBasisDestroy(&basis_x_face)); in SetupStrongSTG_Ceed()
|