Lines Matching refs:CeedQFunctionDestroy
52 PetscCallCeed(ceed, CeedQFunctionDestroy(&qf_mass)); in CreateKSPMassOperator_Unstabilized()
234 PetscCallCeed(ceed, CeedQFunctionDestroy(&qf_apply_inflow)); in AddBCSubOperators()
235 PetscCallCeed(ceed, CeedQFunctionDestroy(&qf_apply_inflow_jacobian)); in AddBCSubOperators()
247 PetscCallCeed(ceed, CeedQFunctionDestroy(&qf_apply_outflow)); in AddBCSubOperators()
248 PetscCallCeed(ceed, CeedQFunctionDestroy(&qf_apply_outflow_jacobian)); in AddBCSubOperators()
260 PetscCallCeed(ceed, CeedQFunctionDestroy(&qf_apply_freestream)); in AddBCSubOperators()
261 PetscCallCeed(ceed, CeedQFunctionDestroy(&qf_apply_freestream_jacobian)); in AddBCSubOperators()
273 PetscCallCeed(ceed, CeedQFunctionDestroy(&qf_apply_slip)); in AddBCSubOperators()
274 PetscCallCeed(ceed, CeedQFunctionDestroy(&qf_apply_slip_jacobian)); in AddBCSubOperators()
357 PetscCallCeed(ceed, CeedQFunctionDestroy(&qf_ics)); in SetupLibceed()
382 PetscCallCeed(ceed, CeedQFunctionDestroy(&qf_rhs_vol)); in SetupLibceed()
411 PetscCallCeed(ceed, CeedQFunctionDestroy(&qf_ifunction_vol)); in SetupLibceed()
436 PetscCallCeed(ceed, CeedQFunctionDestroy(&qf_ijacobian_vol)); in SetupLibceed()