Home
last modified time | relevance | path

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

/honee/src/
H A Dstrong_boundary_conditions.c95 CeedBasis basis_x_cell_to_face, basis_q_face; in SetupStrongSTG_Ceed() local
97 …ordinateCreate(ceed, dm, face_orientation_label, orientation, orientation, &basis_x_cell_to_face)); in SetupStrongSTG_Ceed()
99 …PetscCallCeed(ceed, CeedBasisCreateProjection(basis_x_cell_to_face, basis_q_face, &basis_x_to_q_ce… in SetupStrongSTG_Ceed()
100 PetscCallCeed(ceed, CeedBasisDestroy(&basis_x_cell_to_face)); in SetupStrongSTG_Ceed()
H A Dqdata.c322 CeedBasis basis_x_cell_to_face, basis_x_face; in QDataBoundaryGradientGet() local
328 …llToFaceCoordinateCreate(ceed, dm, domain_label, label_value, label_value, &basis_x_cell_to_face)); in QDataBoundaryGradientGet()
353 …edOperatorSetField(op_setup_sur, "dx/dX cell", elem_restr_x_cell, basis_x_cell_to_face, CEED_VECTO… in QDataBoundaryGradientGet()
370 PetscCallCeed(ceed, CeedBasisDestroy(&basis_x_cell_to_face)); in QDataBoundaryGradientGet()