Searched refs:op_setup (Results 1 – 2 of 2) 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 122 PetscCallCeed(ceed, CeedOperatorCreate(ceed, qf_setup, NULL, NULL, &op_setup)); in SetupStrongSTG_Ceed() 123 …PetscCallCeed(ceed, CeedOperatorSetName(op_setup, "Precomputed data for strong boundary conditions… in SetupStrongSTG_Ceed() 124 …PetscCallCeed(ceed, CeedOperatorSetField(op_setup, "x", elem_restr_x_face, basis_x_to_q_face, CEED… in SetupStrongSTG_Ceed() 125 …PetscCallCeed(ceed, CeedOperatorSetField(op_setup, "dxdX", elem_restr_x_cell, basis_x_to_q_cell, C… in SetupStrongSTG_Ceed() 126 …PetscCallCeed(ceed, CeedOperatorSetField(op_setup, "multiplicity", elem_restr_q_face, CEED_BASIS_N… in SetupStrongSTG_Ceed() 127 …PetscCallCeed(ceed, CeedOperatorSetField(op_setup, "x stored", elem_restr_x_stored, CEED_BASIS_NON… in SetupStrongSTG_Ceed() 128 …PetscCallCeed(ceed, CeedOperatorSetField(op_setup, "scale", elem_restr_scale, CEED_BASIS_NONE, sca… in SetupStrongSTG_Ceed() 129 …PetscCallCeed(ceed, CeedOperatorSetField(op_setup, "dXdx", elem_restr_dXdx, CEED_BASIS_NONE, dXdx)… in SetupStrongSTG_Ceed() 132 …PetscCallCeed(ceed, CeedOperatorApply(op_setup, x_coord, CEED_VECTOR_NONE, CEED_REQUEST_IMMEDIATE)… in SetupStrongSTG_Ceed() [all …]
|
| H A D | qdata.c | 135 CeedOperator op_setup; in QDataGet() local 172 PetscCallCeed(ceed, CeedOperatorCreate(ceed, qf_setup, NULL, NULL, &op_setup)); in QDataGet() 173 …PetscCallCeed(ceed, CeedOperatorSetField(op_setup, "dx", elem_restr_x, basis_x, CEED_VECTOR_ACTIVE… in QDataGet() 174 …PetscCallCeed(ceed, CeedOperatorSetField(op_setup, "weight", CEED_ELEMRESTRICTION_NONE, basis_x, C… in QDataGet() 175 …PetscCallCeed(ceed, CeedOperatorSetField(op_setup, "surface qdata", elem_restr_qd_created, CEED_BA… in QDataGet() 177 PetscCallCeed(ceed, CeedOperatorApply(op_setup, x_coord, q_data_created, CEED_REQUEST_IMMEDIATE)); in QDataGet() 186 PetscCallCeed(ceed, CeedOperatorDestroy(&op_setup)); in QDataGet()
|