Searched refs:x_stored (Results 1 – 1 of 1) sorted by relevance
| /honee/src/ |
| H A D | strong_boundary_conditions.c | 14 CeedVector multiplicity, x_stored, scale_stored, stg_data, dXdx, x_coord; in SetupStrongSTG_Ceed() local 116 PetscCallCeed(ceed, CeedElemRestrictionCreateVector(elem_restr_x_stored, &x_stored, NULL)); in SetupStrongSTG_Ceed() 127 …(ceed, CeedOperatorSetField(op_setup, "x stored", elem_restr_x_stored, CEED_BASIS_NONE, x_stored)); in SetupStrongSTG_Ceed() 137 …lCeed(ceed, CeedOperatorSetField(op_stgdata, "x", elem_restr_x_stored, CEED_BASIS_NONE, x_stored)); in SetupStrongSTG_Ceed() 147 …ceed, CeedOperatorSetField(op_strong_bc_sub, "x", elem_restr_x_stored, CEED_BASIS_NONE, x_stored)); in SetupStrongSTG_Ceed() 156 PetscCallCeed(ceed, CeedVectorDestroy(&x_stored)); in SetupStrongSTG_Ceed()
|