Home
last modified time | relevance | path

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

/honee/src/
H A Dstrong_boundary_conditions.c16 …ace, elem_restr_q_face, elem_restr_x_stored, elem_restr_scale, elem_restr_stgdata, elem_restr_dXdx; in SetupStrongSTG_Ceed() local
115 …edCreate(ceed, dm, face_orientation_label, orientation, height_face, dXdx_size, &elem_restr_dXdx)); in SetupStrongSTG_Ceed()
119 PetscCallCeed(ceed, CeedElemRestrictionCreateVector(elem_restr_dXdx, &dXdx, NULL)); in SetupStrongSTG_Ceed()
129 …PetscCallCeed(ceed, CeedOperatorSetField(op_setup, "dXdx", elem_restr_dXdx, CEED_BASIS_NONE, dXdx)… in SetupStrongSTG_Ceed()
136 …PetscCallCeed(ceed, CeedOperatorSetField(op_stgdata, "dXdx", elem_restr_dXdx, CEED_BASIS_NONE, dXd… in SetupStrongSTG_Ceed()
146 …PetscCallCeed(ceed, CeedOperatorSetField(op_strong_bc_sub, "dXdx", elem_restr_dXdx, CEED_BASIS_NON… in SetupStrongSTG_Ceed()
168 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_dXdx)); in SetupStrongSTG_Ceed()