Lines Matching refs:PetscCallCeed
38 PetscCallCeed(ceed, CeedBasisCreateProjection(basis_x_face, basis_q_face, &basis_x_to_q_face)); in SetupStrongSTG_Ceed()
40 PetscCallCeed(ceed, CeedBasisDestroy(&basis_q_face)); in SetupStrongSTG_Ceed()
41 PetscCallCeed(ceed, CeedBasisDestroy(&basis_x_face)); in SetupStrongSTG_Ceed()
45 …PetscCallCeed(ceed, CeedQFunctionCreateInterior(ceed, 1, SetupStrongBC, SetupStrongBC_loc, &qf_set… in SetupStrongSTG_Ceed()
46 PetscCallCeed(ceed, CeedQFunctionAddInput(qf_setup, "x", num_comp_x, CEED_EVAL_INTERP)); in SetupStrongSTG_Ceed()
47 PetscCallCeed(ceed, CeedQFunctionAddInput(qf_setup, "dxdX", dXdx_size, CEED_EVAL_GRAD)); in SetupStrongSTG_Ceed()
48 PetscCallCeed(ceed, CeedQFunctionAddInput(qf_setup, "multiplicity", num_comp_q, CEED_EVAL_NONE)); in SetupStrongSTG_Ceed()
49 PetscCallCeed(ceed, CeedQFunctionAddOutput(qf_setup, "x stored", num_comp_x, CEED_EVAL_NONE)); in SetupStrongSTG_Ceed()
50 PetscCallCeed(ceed, CeedQFunctionAddOutput(qf_setup, "scale", 1, CEED_EVAL_NONE)); in SetupStrongSTG_Ceed()
51 PetscCallCeed(ceed, CeedQFunctionAddOutput(qf_setup, "dXdx", dXdx_size, CEED_EVAL_NONE)); in SetupStrongSTG_Ceed()
99 …PetscCallCeed(ceed, CeedBasisCreateProjection(basis_x_cell_to_face, basis_q_face, &basis_x_to_q_ce… in SetupStrongSTG_Ceed()
100 PetscCallCeed(ceed, CeedBasisDestroy(&basis_x_cell_to_face)); in SetupStrongSTG_Ceed()
101 PetscCallCeed(ceed, CeedBasisDestroy(&basis_q_face)); in SetupStrongSTG_Ceed()
107 PetscCallCeed(ceed, CeedElemRestrictionCreateVector(elem_restr_q_face, &multiplicity, NULL)); in SetupStrongSTG_Ceed()
108 PetscCallCeed(ceed, CeedElemRestrictionGetMultiplicity(elem_restr_q_face, multiplicity)); in SetupStrongSTG_Ceed()
116 PetscCallCeed(ceed, CeedElemRestrictionCreateVector(elem_restr_x_stored, &x_stored, NULL)); in SetupStrongSTG_Ceed()
117 PetscCallCeed(ceed, CeedElemRestrictionCreateVector(elem_restr_scale, &scale_stored, NULL)); in SetupStrongSTG_Ceed()
118 PetscCallCeed(ceed, CeedElemRestrictionCreateVector(elem_restr_stgdata, &stg_data, NULL)); in SetupStrongSTG_Ceed()
119 PetscCallCeed(ceed, CeedElemRestrictionCreateVector(elem_restr_dXdx, &dXdx, NULL)); in SetupStrongSTG_Ceed()
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()
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()
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()
155 PetscCallCeed(ceed, CeedVectorDestroy(&multiplicity)); in SetupStrongSTG_Ceed()
156 PetscCallCeed(ceed, CeedVectorDestroy(&x_stored)); in SetupStrongSTG_Ceed()
157 PetscCallCeed(ceed, CeedVectorDestroy(&scale_stored)); in SetupStrongSTG_Ceed()
158 PetscCallCeed(ceed, CeedVectorDestroy(&stg_data)); in SetupStrongSTG_Ceed()
159 PetscCallCeed(ceed, CeedVectorDestroy(&dXdx)); in SetupStrongSTG_Ceed()
160 PetscCallCeed(ceed, CeedVectorDestroy(&x_coord)); in SetupStrongSTG_Ceed()
161 PetscCallCeed(ceed, CeedBasisDestroy(&basis_x_to_q_cell)); in SetupStrongSTG_Ceed()
162 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_x_face)); in SetupStrongSTG_Ceed()
163 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_x_cell)); in SetupStrongSTG_Ceed()
164 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_q_face)); in SetupStrongSTG_Ceed()
165 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_x_stored)); in SetupStrongSTG_Ceed()
166 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_scale)); in SetupStrongSTG_Ceed()
167 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_stgdata)); in SetupStrongSTG_Ceed()
168 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_dXdx)); in SetupStrongSTG_Ceed()
169 PetscCallCeed(ceed, CeedOperatorDestroy(&op_strong_bc_sub)); in SetupStrongSTG_Ceed()
170 PetscCallCeed(ceed, CeedOperatorDestroy(&op_setup)); in SetupStrongSTG_Ceed()
171 PetscCallCeed(ceed, CeedOperatorDestroy(&op_stgdata)); in SetupStrongSTG_Ceed()
176 …PetscCallCeed(ceed, CeedOperatorGetContextFieldLabel(op_strong_bc, "solution time", &phys->stg_sol… in SetupStrongSTG_Ceed()
178 PetscCallCeed(ceed, CeedBasisDestroy(&basis_x_to_q_face)); in SetupStrongSTG_Ceed()
179 PetscCallCeed(ceed, CeedQFunctionDestroy(&qf_strongbc)); in SetupStrongSTG_Ceed()
180 PetscCallCeed(ceed, CeedQFunctionDestroy(&qf_stgdata)); in SetupStrongSTG_Ceed()
181 PetscCallCeed(ceed, CeedQFunctionDestroy(&qf_setup)); in SetupStrongSTG_Ceed()
195 …PetscCallCeed(honee->ceed, CeedOperatorSetContextDouble(honee->op_strong_bc_ctx->op, honee->phys->… in DMPlexInsertBoundaryValues_StrongBCCeed()
226 PetscCallCeed(ceed, CeedOperatorCreateComposite(ceed, &op_strong_bc)); in SetupStrongBC_Ceed()
239 PetscCallCeed(ceed, CeedOperatorDestroy(&op_strong_bc)); in SetupStrongBC_Ceed()