Searched refs:op_strong_bc_sub (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 143 PetscCallCeed(ceed, CeedOperatorCreate(ceed, qf_strongbc, NULL, NULL, &op_strong_bc_sub)); in SetupStrongSTG_Ceed() 144 PetscCallCeed(ceed, CeedOperatorSetName(op_strong_bc_sub, "Strong STG")); in SetupStrongSTG_Ceed() 146 …PetscCallCeed(ceed, CeedOperatorSetField(op_strong_bc_sub, "dXdx", elem_restr_dXdx, CEED_BASIS_NON… in SetupStrongSTG_Ceed() 147 …PetscCallCeed(ceed, CeedOperatorSetField(op_strong_bc_sub, "x", elem_restr_x_stored, CEED_BASIS_NO… in SetupStrongSTG_Ceed() 148 …PetscCallCeed(ceed, CeedOperatorSetField(op_strong_bc_sub, "scale", elem_restr_scale, CEED_BASIS_N… in SetupStrongSTG_Ceed() 149 …PetscCallCeed(ceed, CeedOperatorSetField(op_strong_bc_sub, "stg data", elem_restr_stgdata, CEED_BA… in SetupStrongSTG_Ceed() 150 …PetscCallCeed(ceed, CeedOperatorSetField(op_strong_bc_sub, "q", elem_restr_q_face, CEED_BASIS_NONE… in SetupStrongSTG_Ceed() 153 PetscCallCeed(ceed, CeedOperatorCompositeAddSub(op_strong_bc, op_strong_bc_sub)); in SetupStrongSTG_Ceed() 169 PetscCallCeed(ceed, CeedOperatorDestroy(&op_strong_bc_sub)); in SetupStrongSTG_Ceed()
|