Searched refs:elem_restr_x_stored (Results 1 – 1 of 1) sorted by relevance
| /honee/src/ |
| H A D | strong_boundary_conditions.c | 16 …CeedElemRestriction elem_restr_x_face, elem_restr_q_face, elem_restr_x_stored, elem_restr_scale, e… in SetupStrongSTG_Ceed() local 111 &elem_restr_x_stored)); in SetupStrongSTG_Ceed() 116 PetscCallCeed(ceed, CeedElemRestrictionCreateVector(elem_restr_x_stored, &x_stored, NULL)); in SetupStrongSTG_Ceed() 127 …PetscCallCeed(ceed, CeedOperatorSetField(op_setup, "x stored", elem_restr_x_stored, CEED_BASIS_NON… in SetupStrongSTG_Ceed() 137 …PetscCallCeed(ceed, CeedOperatorSetField(op_stgdata, "x", elem_restr_x_stored, CEED_BASIS_NONE, x_… in SetupStrongSTG_Ceed() 147 …PetscCallCeed(ceed, CeedOperatorSetField(op_strong_bc_sub, "x", elem_restr_x_stored, CEED_BASIS_NO… in SetupStrongSTG_Ceed() 165 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_x_stored)); in SetupStrongSTG_Ceed()
|