Lines Matching refs:ceed

21   Ceed                     ceed = honee->ceed;  in PRINT_NEWTONIAN()  local
25 …PetscCallCeed(ceed, CeedQFunctionContextGetData(problem->apply_vol_rhs.qfctx, CEED_MEM_HOST, &newt… in PRINT_NEWTONIAN()
31 PetscCallCeed(ceed, CeedQFunctionContextRestoreData(problem->apply_vol_rhs.qfctx, &newt_ctx)); in PRINT_NEWTONIAN()
39 Ceed ceed = honee->ceed; in CreateKSPMassOperator_NewtonianStabilized() local
54 PetscCallCeed(ceed, CeedOperatorCompositeGetSubList(honee->op_rhs_ctx->op, &sub_ops)); in CreateKSPMassOperator_NewtonianStabilized()
55 PetscCallCeed(ceed, CeedOperatorGetFieldByName(sub_ops[sub_op_index], "q", &op_field)); in CreateKSPMassOperator_NewtonianStabilized()
56 PetscCallCeed(ceed, CeedOperatorFieldGetData(op_field, NULL, &elem_restr_q, &basis_q, NULL)); in CreateKSPMassOperator_NewtonianStabilized()
57 PetscCallCeed(ceed, CeedOperatorGetFieldByName(sub_ops[sub_op_index], "qdata", &op_field)); in CreateKSPMassOperator_NewtonianStabilized()
58 PetscCallCeed(ceed, CeedOperatorFieldGetData(op_field, NULL, &elem_restr_qd, NULL, &q_data)); in CreateKSPMassOperator_NewtonianStabilized()
60 PetscCallCeed(ceed, CeedOperatorGetContext(sub_ops[sub_op_index], &qfctx)); in CreateKSPMassOperator_NewtonianStabilized()
63 PetscCallCeed(ceed, CeedElemRestrictionGetNumComponents(elem_restr_q, &num_comp_q)); in CreateKSPMassOperator_NewtonianStabilized()
64 PetscCallCeed(ceed, CeedElemRestrictionGetNumComponents(elem_restr_qd, &q_data_size)); in CreateKSPMassOperator_NewtonianStabilized()
66 …PetscCallCeed(ceed, CeedQFunctionCreateInterior(ceed, 1, MassFunction_Newtonian_Conserv, MassFunct… in CreateKSPMassOperator_NewtonianStabilized()
68 PetscCallCeed(ceed, CeedQFunctionSetContext(qf_mass, qfctx)); in CreateKSPMassOperator_NewtonianStabilized()
69 PetscCallCeed(ceed, CeedQFunctionSetUserFlopsEstimate(qf_mass, 0)); in CreateKSPMassOperator_NewtonianStabilized()
70 PetscCallCeed(ceed, CeedQFunctionAddInput(qf_mass, "q_dot", 5, CEED_EVAL_INTERP)); in CreateKSPMassOperator_NewtonianStabilized()
71 PetscCallCeed(ceed, CeedQFunctionAddInput(qf_mass, "q", 5, CEED_EVAL_INTERP)); in CreateKSPMassOperator_NewtonianStabilized()
72 PetscCallCeed(ceed, CeedQFunctionAddInput(qf_mass, "qdata", q_data_size, CEED_EVAL_NONE)); in CreateKSPMassOperator_NewtonianStabilized()
73 PetscCallCeed(ceed, CeedQFunctionAddOutput(qf_mass, "v", 5, CEED_EVAL_INTERP)); in CreateKSPMassOperator_NewtonianStabilized()
74 PetscCallCeed(ceed, CeedQFunctionAddOutput(qf_mass, "Grad_v", 5 * dim, CEED_EVAL_GRAD)); in CreateKSPMassOperator_NewtonianStabilized()
76 PetscCallCeed(ceed, CeedOperatorCreate(ceed, qf_mass, NULL, NULL, op_mass)); in CreateKSPMassOperator_NewtonianStabilized()
77 PetscCallCeed(ceed, CeedOperatorSetName(*op_mass, "RHS Mass Operator, Newtonian Stabilized")); in CreateKSPMassOperator_NewtonianStabilized()
78 …PetscCallCeed(ceed, CeedOperatorSetField(*op_mass, "q_dot", elem_restr_q, basis_q, CEED_VECTOR_ACT… in CreateKSPMassOperator_NewtonianStabilized()
79 PetscCallCeed(ceed, CeedOperatorSetField(*op_mass, "q", elem_restr_q, basis_q, honee->q_ceed)); in CreateKSPMassOperator_NewtonianStabilized()
80 …PetscCallCeed(ceed, CeedOperatorSetField(*op_mass, "qdata", elem_restr_qd, CEED_BASIS_NONE, q_data… in CreateKSPMassOperator_NewtonianStabilized()
81 …PetscCallCeed(ceed, CeedOperatorSetField(*op_mass, "v", elem_restr_q, basis_q, CEED_VECTOR_ACTIVE)… in CreateKSPMassOperator_NewtonianStabilized()
82 …PetscCallCeed(ceed, CeedOperatorSetField(*op_mass, "Grad_v", elem_restr_q, basis_q, CEED_VECTOR_AC… in CreateKSPMassOperator_NewtonianStabilized()
84 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_q)); in CreateKSPMassOperator_NewtonianStabilized()
85 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_qd)); in CreateKSPMassOperator_NewtonianStabilized()
86 PetscCallCeed(ceed, CeedVectorDestroy(&q_data)); in CreateKSPMassOperator_NewtonianStabilized()
87 PetscCallCeed(ceed, CeedBasisDestroy(&basis_q)); in CreateKSPMassOperator_NewtonianStabilized()
88 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&qfctx)); in CreateKSPMassOperator_NewtonianStabilized()
89 PetscCallCeed(ceed, CeedQFunctionDestroy(&qf_mass)); in CreateKSPMassOperator_NewtonianStabilized()
101 Ceed ceed = honee->ceed; in DivDiffFluxProjectionCreateRHS_Direct_NS() local
117 PetscCallCeed(ceed, CeedOperatorCompositeGetSubList(main_op, &sub_ops)); in DivDiffFluxProjectionCreateRHS_Direct_NS()
118 PetscCallCeed(ceed, CeedOperatorGetContext(sub_ops[sub_op_index], &newtonian_qfctx)); in DivDiffFluxProjectionCreateRHS_Direct_NS()
120 PetscCallCeed(ceed, CeedOperatorCreateComposite(ceed, op_rhs)); in DivDiffFluxProjectionCreateRHS_Direct_NS()
130 …PetscCall(DMPlexCeedElemRestrictionCreate(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE,… in DivDiffFluxProjectionCreateRHS_Direct_NS()
131 …PetscCall(DMPlexCeedBasisCreate(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, 0, 0, &ba… in DivDiffFluxProjectionCreateRHS_Direct_NS()
132 …PetscCall(QDataGet(ceed, projection->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, &elem_restr_qd, &… in DivDiffFluxProjectionCreateRHS_Direct_NS()
135 PetscCallCeed(ceed, in DivDiffFluxProjectionCreateRHS_Direct_NS()
136 …CeedQFunctionCreateInterior(ceed, 1, DivDiffusiveFluxVolumeRHS_NS_Prim, DivDiffusiveFluxVolumeRHS_… in DivDiffFluxProjectionCreateRHS_Direct_NS()
139 …PetscCallCeed(ceed, CeedQFunctionCreateInterior(ceed, 1, DivDiffusiveFluxVolumeRHS_NS_Conserv, Div… in DivDiffFluxProjectionCreateRHS_Direct_NS()
143 …PetscCallCeed(ceed, CeedQFunctionCreateInterior(ceed, 1, DivDiffusiveFluxVolumeRHS_NS_Entropy, Div… in DivDiffFluxProjectionCreateRHS_Direct_NS()
148 PetscCallCeed(ceed, CeedQFunctionSetContext(qf_rhs_volume, newtonian_qfctx)); in DivDiffFluxProjectionCreateRHS_Direct_NS()
149 PetscCallCeed(ceed, CeedQFunctionAddInput(qf_rhs_volume, "q", num_comp_q, CEED_EVAL_INTERP)); in DivDiffFluxProjectionCreateRHS_Direct_NS()
150 …PetscCallCeed(ceed, CeedQFunctionAddInput(qf_rhs_volume, "Grad_q", num_comp_q * dim, CEED_EVAL_GRA… in DivDiffFluxProjectionCreateRHS_Direct_NS()
151 PetscCallCeed(ceed, CeedQFunctionAddInput(qf_rhs_volume, "qdata", q_data_size, CEED_EVAL_NONE)); in DivDiffFluxProjectionCreateRHS_Direct_NS()
152 …PetscCallCeed(ceed, CeedQFunctionAddOutput(qf_rhs_volume, "diffusive flux RHS", projection->num_co… in DivDiffFluxProjectionCreateRHS_Direct_NS()
154 PetscCallCeed(ceed, CeedOperatorCreate(ceed, qf_rhs_volume, NULL, NULL, &op_rhs_volume)); in DivDiffFluxProjectionCreateRHS_Direct_NS()
155 …PetscCallCeed(ceed, CeedOperatorSetField(op_rhs_volume, "q", elem_restr_q, basis_q, CEED_VECTOR_AC… in DivDiffFluxProjectionCreateRHS_Direct_NS()
156 …PetscCallCeed(ceed, CeedOperatorSetField(op_rhs_volume, "Grad_q", elem_restr_q, basis_q, CEED_VECT… in DivDiffFluxProjectionCreateRHS_Direct_NS()
157 …PetscCallCeed(ceed, CeedOperatorSetField(op_rhs_volume, "qdata", elem_restr_qd, CEED_BASIS_NONE, q… in DivDiffFluxProjectionCreateRHS_Direct_NS()
158 …PetscCallCeed(ceed, CeedOperatorSetField(op_rhs_volume, "diffusive flux RHS", elem_restr_diff_flux… in DivDiffFluxProjectionCreateRHS_Direct_NS()
160 PetscCallCeed(ceed, CeedOperatorCompositeAddSub(*op_rhs, op_rhs_volume)); in DivDiffFluxProjectionCreateRHS_Direct_NS()
162 PetscCallCeed(ceed, CeedVectorDestroy(&q_data)); in DivDiffFluxProjectionCreateRHS_Direct_NS()
163 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_qd)); in DivDiffFluxProjectionCreateRHS_Direct_NS()
164 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_diff_flux_volume)); in DivDiffFluxProjectionCreateRHS_Direct_NS()
165 PetscCallCeed(ceed, CeedBasisDestroy(&basis_diff_flux)); in DivDiffFluxProjectionCreateRHS_Direct_NS()
166 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_q)); in DivDiffFluxProjectionCreateRHS_Direct_NS()
167 PetscCallCeed(ceed, CeedBasisDestroy(&basis_q)); in DivDiffFluxProjectionCreateRHS_Direct_NS()
168 PetscCallCeed(ceed, CeedOperatorDestroy(&op_rhs_volume)); in DivDiffFluxProjectionCreateRHS_Direct_NS()
169 PetscCallCeed(ceed, CeedQFunctionDestroy(&qf_rhs_volume)); in DivDiffFluxProjectionCreateRHS_Direct_NS()
181 …PetscCallCeed(ceed, CeedQFunctionCreateInterior(ceed, 1, DivDiffusiveFluxBoundaryRHS_NS_Prim, DivD… in DivDiffFluxProjectionCreateRHS_Direct_NS()
185 …PetscCallCeed(ceed, CeedQFunctionCreateInterior(ceed, 1, DivDiffusiveFluxBoundaryRHS_NS_Conserv, D… in DivDiffFluxProjectionCreateRHS_Direct_NS()
189 …PetscCallCeed(ceed, CeedQFunctionCreateInterior(ceed, 1, DivDiffusiveFluxBoundaryRHS_NS_Entropy, D… in DivDiffFluxProjectionCreateRHS_Direct_NS()
195 PetscCallCeed(ceed, CeedQFunctionSetContext(qf_rhs_boundary, newtonian_qfctx)); in DivDiffFluxProjectionCreateRHS_Direct_NS()
196 PetscCallCeed(ceed, CeedQFunctionAddInput(qf_rhs_boundary, "q", num_comp_q, CEED_EVAL_INTERP)); in DivDiffFluxProjectionCreateRHS_Direct_NS()
197 …PetscCallCeed(ceed, CeedQFunctionAddInput(qf_rhs_boundary, "Grad_q", num_comp_q * dim, CEED_EVAL_G… in DivDiffFluxProjectionCreateRHS_Direct_NS()
198 … PetscCallCeed(ceed, CeedQFunctionAddInput(qf_rhs_boundary, "qdata", q_data_size, CEED_EVAL_NONE)); in DivDiffFluxProjectionCreateRHS_Direct_NS()
199 …PetscCallCeed(ceed, CeedQFunctionAddOutput(qf_rhs_boundary, "diffusive flux RHS", projection->num_… in DivDiffFluxProjectionCreateRHS_Direct_NS()
223 …PetscCall(DMPlexCeedElemRestrictionCreate(ceed, honee->dm, face_orientation_label, orientation, he… in DivDiffFluxProjectionCreateRHS_Direct_NS()
224 …PetscCall(DMPlexCeedBasisCellToFaceCreate(ceed, honee->dm, face_orientation_label, orientation, or… in DivDiffFluxProjectionCreateRHS_Direct_NS()
225 …PetscCall(DMPlexCeedElemRestrictionCreate(ceed, projection->dm, face_orientation_label, orientatio… in DivDiffFluxProjectionCreateRHS_Direct_NS()
227 …PetscCall(DMPlexCeedBasisCreate(ceed, projection->dm, face_orientation_label, orientation, height_… in DivDiffFluxProjectionCreateRHS_Direct_NS()
228 …PetscCall(QDataBoundaryGradientGet(ceed, honee->dm, face_orientation_label, orientation, &elem_res… in DivDiffFluxProjectionCreateRHS_Direct_NS()
230 … PetscCallCeed(ceed, CeedOperatorCreate(ceed, qf_rhs_boundary, NULL, NULL, &op_rhs_boundary)); in DivDiffFluxProjectionCreateRHS_Direct_NS()
231 …PetscCallCeed(ceed, CeedOperatorSetField(op_rhs_boundary, "q", elem_restr_q, basis_q, CEED_VECTOR_… in DivDiffFluxProjectionCreateRHS_Direct_NS()
232 …PetscCallCeed(ceed, CeedOperatorSetField(op_rhs_boundary, "Grad_q", elem_restr_q, basis_q, CEED_VE… in DivDiffFluxProjectionCreateRHS_Direct_NS()
233 …PetscCallCeed(ceed, CeedOperatorSetField(op_rhs_boundary, "qdata", elem_restr_qdata, CEED_BASIS_NO… in DivDiffFluxProjectionCreateRHS_Direct_NS()
234 …PetscCallCeed(ceed, CeedOperatorSetField(op_rhs_boundary, "diffusive flux RHS", elem_restr_diff_fl… in DivDiffFluxProjectionCreateRHS_Direct_NS()
237 PetscCallCeed(ceed, CeedOperatorCompositeAddSub(*op_rhs, op_rhs_boundary)); in DivDiffFluxProjectionCreateRHS_Direct_NS()
239 PetscCallCeed(ceed, CeedOperatorDestroy(&op_rhs_boundary)); in DivDiffFluxProjectionCreateRHS_Direct_NS()
240 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_qdata)); in DivDiffFluxProjectionCreateRHS_Direct_NS()
241 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_q)); in DivDiffFluxProjectionCreateRHS_Direct_NS()
242 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_diff_flux_boundary)); in DivDiffFluxProjectionCreateRHS_Direct_NS()
243 PetscCallCeed(ceed, CeedBasisDestroy(&basis_q)); in DivDiffFluxProjectionCreateRHS_Direct_NS()
244 PetscCallCeed(ceed, CeedBasisDestroy(&basis_diff_flux_boundary)); in DivDiffFluxProjectionCreateRHS_Direct_NS()
245 PetscCallCeed(ceed, CeedVectorDestroy(&q_data)); in DivDiffFluxProjectionCreateRHS_Direct_NS()
250 PetscCallCeed(ceed, CeedQFunctionDestroy(&qf_rhs_boundary)); in DivDiffFluxProjectionCreateRHS_Direct_NS()
253 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&newtonian_qfctx)); in DivDiffFluxProjectionCreateRHS_Direct_NS()
265 Ceed ceed = honee->ceed; in DivDiffFluxProjectionCreateRHS_Indirect_NS() local
284 PetscCallCeed(ceed, CeedOperatorCompositeGetSubList(main_op, &sub_ops)); in DivDiffFluxProjectionCreateRHS_Indirect_NS()
285 PetscCallCeed(ceed, CeedOperatorGetContext(sub_ops[sub_op_index], &newtonian_qfctx)); in DivDiffFluxProjectionCreateRHS_Indirect_NS()
287 …PetscCall(DMPlexCeedElemRestrictionCreate(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE,… in DivDiffFluxProjectionCreateRHS_Indirect_NS()
288 …PetscCall(DMPlexCeedBasisCreate(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, 0, 0, &ba… in DivDiffFluxProjectionCreateRHS_Indirect_NS()
289 …PetscCall(DMPlexCeedElemRestrictionCreate(ceed, projection->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_V… in DivDiffFluxProjectionCreateRHS_Indirect_NS()
290 …PetscCall(DMPlexCeedBasisCreate(ceed, projection->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, heig… in DivDiffFluxProjectionCreateRHS_Indirect_NS()
291 …PetscCall(QDataGet(ceed, projection->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, &elem_restr_qd, &… in DivDiffFluxProjectionCreateRHS_Indirect_NS()
295 …PetscCallCeed(ceed, CeedQFunctionCreateInterior(ceed, 1, DiffusiveFluxRHS_NS_Prim, DiffusiveFluxRH… in DivDiffFluxProjectionCreateRHS_Indirect_NS()
298 …PetscCallCeed(ceed, CeedQFunctionCreateInterior(ceed, 1, DiffusiveFluxRHS_NS_Conserv, DiffusiveFlu… in DivDiffFluxProjectionCreateRHS_Indirect_NS()
301 …PetscCallCeed(ceed, CeedQFunctionCreateInterior(ceed, 1, DiffusiveFluxRHS_NS_Entropy, DiffusiveFlu… in DivDiffFluxProjectionCreateRHS_Indirect_NS()
305 PetscCallCeed(ceed, CeedQFunctionSetContext(qf_rhs, newtonian_qfctx)); in DivDiffFluxProjectionCreateRHS_Indirect_NS()
306 PetscCallCeed(ceed, CeedQFunctionAddInput(qf_rhs, "q", num_comp_q, CEED_EVAL_INTERP)); in DivDiffFluxProjectionCreateRHS_Indirect_NS()
307 PetscCallCeed(ceed, CeedQFunctionAddInput(qf_rhs, "Grad_q", num_comp_q * dim, CEED_EVAL_GRAD)); in DivDiffFluxProjectionCreateRHS_Indirect_NS()
308 PetscCallCeed(ceed, CeedQFunctionAddInput(qf_rhs, "qdata", q_data_size, CEED_EVAL_NONE)); in DivDiffFluxProjectionCreateRHS_Indirect_NS()
309 …PetscCallCeed(ceed, CeedQFunctionAddOutput(qf_rhs, "F_diff RHS", projection->num_comp, CEED_EVAL_I… in DivDiffFluxProjectionCreateRHS_Indirect_NS()
311 PetscCallCeed(ceed, CeedOperatorCreate(ceed, qf_rhs, NULL, NULL, op_rhs)); in DivDiffFluxProjectionCreateRHS_Indirect_NS()
312 …PetscCallCeed(ceed, CeedOperatorSetField(*op_rhs, "q", elem_restr_q, basis_q, CEED_VECTOR_ACTIVE)); in DivDiffFluxProjectionCreateRHS_Indirect_NS()
313 …PetscCallCeed(ceed, CeedOperatorSetField(*op_rhs, "Grad_q", elem_restr_q, basis_q, CEED_VECTOR_ACT… in DivDiffFluxProjectionCreateRHS_Indirect_NS()
314 …PetscCallCeed(ceed, CeedOperatorSetField(*op_rhs, "qdata", elem_restr_qd, CEED_BASIS_NONE, q_data)… in DivDiffFluxProjectionCreateRHS_Indirect_NS()
315 …PetscCallCeed(ceed, CeedOperatorSetField(*op_rhs, "F_diff RHS", elem_restr_diff_flux, basis_diff_f… in DivDiffFluxProjectionCreateRHS_Indirect_NS()
317 PetscCallCeed(ceed, CeedQFunctionDestroy(&qf_rhs)); in DivDiffFluxProjectionCreateRHS_Indirect_NS()
318 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&newtonian_qfctx)); in DivDiffFluxProjectionCreateRHS_Indirect_NS()
319 PetscCallCeed(ceed, CeedBasisDestroy(&basis_diff_flux)); in DivDiffFluxProjectionCreateRHS_Indirect_NS()
320 PetscCallCeed(ceed, CeedVectorDestroy(&q_data)); in DivDiffFluxProjectionCreateRHS_Indirect_NS()
321 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_qd)); in DivDiffFluxProjectionCreateRHS_Indirect_NS()
322 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_diff_flux)); in DivDiffFluxProjectionCreateRHS_Indirect_NS()
323 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_q)); in DivDiffFluxProjectionCreateRHS_Indirect_NS()
324 PetscCallCeed(ceed, CeedBasisDestroy(&basis_q)); in DivDiffFluxProjectionCreateRHS_Indirect_NS()
377 Ceed ceed = honee->ceed; in NS_NEWTONIAN_IG() local
514 PetscCallCeed(ceed, CeedQFunctionContextCreate(honee->ceed, &ics_qfctx)); in NS_NEWTONIAN_IG()
515 …PetscCallCeed(ceed, CeedQFunctionContextSetData(ics_qfctx, CEED_MEM_HOST, CEED_USE_POINTER, sizeof… in NS_NEWTONIAN_IG()
516 …PetscCallCeed(ceed, CeedQFunctionContextSetDataDestroy(ics_qfctx, CEED_MEM_HOST, FreeContextPetsc)… in NS_NEWTONIAN_IG()
517 PetscCallCeed(ceed, in NS_NEWTONIAN_IG()
520 PetscCallCeed(ceed, CeedQFunctionContextCreate(honee->ceed, &newtonian_ig_qfctx)); in NS_NEWTONIAN_IG()
521 …PetscCallCeed(ceed, CeedQFunctionContextSetData(newtonian_ig_qfctx, CEED_MEM_HOST, CEED_USE_POINTE… in NS_NEWTONIAN_IG()
522 …PetscCallCeed(ceed, CeedQFunctionContextSetDataDestroy(newtonian_ig_qfctx, CEED_MEM_HOST, FreeCont… in NS_NEWTONIAN_IG()
523 …PetscCallCeed(ceed, CeedQFunctionContextRegisterDouble(newtonian_ig_qfctx, "timestep size", offset… in NS_NEWTONIAN_IG()
525 PetscCallCeed(ceed, CeedQFunctionContextRegisterDouble(newtonian_ig_qfctx, "ijacobian time shift", in NS_NEWTONIAN_IG()
528 …PetscCallCeed(ceed, CeedQFunctionContextRegisterDouble(newtonian_ig_qfctx, "solution time", offset… in NS_NEWTONIAN_IG()
567 …PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(newtonian_ig_qfctx, &problem->apply_vol_ifun… in NS_NEWTONIAN_IG()
568 …PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(newtonian_ig_qfctx, &problem->apply_vol_ijac… in NS_NEWTONIAN_IG()
626 PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(newtonian_ig_qfctx, &honee_bc->qfctx)); in NS_NEWTONIAN_IG()