Searched refs:op_stgdata (Results 1 – 1 of 1) sorted by relevance
| /honee/src/ |
| H A D | strong_boundary_conditions.c | 18 CeedOperator op_setup, op_strong_bc_sub, op_stgdata; in SetupStrongSTG_Ceed() local 135 PetscCallCeed(ceed, CeedOperatorCreate(ceed, qf_stgdata, NULL, NULL, &op_stgdata)); in SetupStrongSTG_Ceed() 136 …PetscCallCeed(ceed, CeedOperatorSetField(op_stgdata, "dXdx", elem_restr_dXdx, CEED_BASIS_NONE, dXd… in SetupStrongSTG_Ceed() 137 …PetscCallCeed(ceed, CeedOperatorSetField(op_stgdata, "x", elem_restr_x_stored, CEED_BASIS_NONE, x_… in SetupStrongSTG_Ceed() 138 …PetscCallCeed(ceed, CeedOperatorSetField(op_stgdata, "stg data", elem_restr_stgdata, CEED_BASIS_NO… in SetupStrongSTG_Ceed() 140 …PetscCallCeed(ceed, CeedOperatorApply(op_stgdata, CEED_VECTOR_NONE, stg_data, CEED_REQUEST_IMMEDIA… in SetupStrongSTG_Ceed() 171 PetscCallCeed(ceed, CeedOperatorDestroy(&op_stgdata)); in SetupStrongSTG_Ceed()
|