Lines Matching refs:PetscCallCeed
123 PetscCallCeed(ceed, CeedGetPreferredMemType(ceed, &mem_type_backend)); in main()
127 PetscCallCeed(ceed, CeedGetResource(ceed, &resource)); in main()
133 PetscCallCeed(ceed, CeedSetStream(ceed, stream_handle)); in main()
150 PetscCallCeed(ceed, CeedGetResource(ceed, &resolved)); in main()
257 PetscCallCeed(ceed, CeedVectorDestroy(&ceed_data->x_coord)); in main()
258 PetscCallCeed(ceed, CeedVectorDestroy(&ceed_data->q_data)); in main()
259 PetscCallCeed(ceed, CeedVectorDestroy(&user->q_ceed)); in main()
260 PetscCallCeed(ceed, CeedVectorDestroy(&user->q_dot_ceed)); in main()
261 PetscCallCeed(ceed, CeedVectorDestroy(&user->g_ceed)); in main()
264 PetscCallCeed(ceed, CeedBasisDestroy(&ceed_data->basis_q)); in main()
265 PetscCallCeed(ceed, CeedBasisDestroy(&ceed_data->basis_x)); in main()
268 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&ceed_data->elem_restr_q)); in main()
269 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&ceed_data->elem_restr_x)); in main()
270 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&ceed_data->elem_restr_qd_i)); in main()
275 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->apply_inflow.qfunction_context)); in main()
276 …PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->apply_inflow_jacobian.qfunction_context)… in main()
277 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->apply_outflow.qfunction_context)); in main()
278 …PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->apply_outflow_jacobian.qfunction_context… in main()
279 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->apply_freestream.qfunction_context)); in main()
280 …PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->apply_freestream_jacobian.qfunction_cont… in main()
281 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->apply_slip.qfunction_context)); in main()
282 … PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->apply_slip_jacobian.qfunction_context)); in main()
283 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->ics.qfunction_context)); in main()
284 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->apply_vol_rhs.qfunction_context)); in main()
285 … PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->apply_vol_ifunction.qfunction_context)); in main()
286 … PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->apply_vol_ijacobian.qfunction_context)); in main()
293 PetscCallCeed(ceed, CeedOperatorDestroy(&user->op_ifunction)); in main()