Home
last modified time | relevance | path

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

/honee/src/
H A Dstrong_boundary_conditions.c16 …_x_face, elem_restr_q_face, elem_restr_x_stored, elem_restr_scale, elem_restr_stgdata, elem_restr_… in SetupStrongSTG_Ceed() local
114 &elem_restr_stgdata)); in SetupStrongSTG_Ceed()
118 PetscCallCeed(ceed, CeedElemRestrictionCreateVector(elem_restr_stgdata, &stg_data, NULL)); in SetupStrongSTG_Ceed()
138 …PetscCallCeed(ceed, CeedOperatorSetField(op_stgdata, "stg data", elem_restr_stgdata, CEED_BASIS_NO… in SetupStrongSTG_Ceed()
149 …PetscCallCeed(ceed, CeedOperatorSetField(op_strong_bc_sub, "stg data", elem_restr_stgdata, CEED_BA… in SetupStrongSTG_Ceed()
167 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_stgdata)); in SetupStrongSTG_Ceed()