Lines Matching refs:qfctx

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()
45 CeedQFunctionContext qfctx = NULL; in CreateKSPMassOperator_NewtonianStabilized() local
60 PetscCallCeed(ceed, CeedOperatorGetContext(sub_ops[sub_op_index], &qfctx)); in CreateKSPMassOperator_NewtonianStabilized()
68 PetscCallCeed(ceed, CeedQFunctionSetContext(qf_mass, qfctx)); in CreateKSPMassOperator_NewtonianStabilized()
88 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&qfctx)); in CreateKSPMassOperator_NewtonianStabilized()
337 …eIFunctionQF(bc_def, BoundaryIntegral_Conserv, BoundaryIntegral_Conserv_loc, honee_bc->qfctx, qf)); in BoundaryIntegralBCSetup_CreateIFunctionQF()
340 …CCreateIFunctionQF(bc_def, BoundaryIntegral_Prim, BoundaryIntegral_Prim_loc, honee_bc->qfctx, qf)); in BoundaryIntegralBCSetup_CreateIFunctionQF()
343 …eIFunctionQF(bc_def, BoundaryIntegral_Entropy, BoundaryIntegral_Entropy_loc, honee_bc->qfctx, qf)); in BoundaryIntegralBCSetup_CreateIFunctionQF()
358 …f, BoundaryIntegral_Jacobian_Conserv, BoundaryIntegral_Jacobian_Conserv_loc, honee_bc->qfctx, qf)); in BoundaryIntegralBCSetup_CreateIJacobianQF()
361 …(bc_def, BoundaryIntegral_Jacobian_Prim, BoundaryIntegral_Jacobian_Prim_loc, honee_bc->qfctx, qf)); in BoundaryIntegralBCSetup_CreateIJacobianQF()
364 …f, BoundaryIntegral_Jacobian_Entropy, BoundaryIntegral_Jacobian_Entropy_loc, honee_bc->qfctx, qf)); in BoundaryIntegralBCSetup_CreateIJacobianQF()
565 problem->ics.qfctx = ics_qfctx; in NS_NEWTONIAN_IG()
566 problem->apply_vol_rhs.qfctx = newtonian_ig_qfctx; in NS_NEWTONIAN_IG()
567 …(ceed, CeedQFunctionContextReferenceCopy(newtonian_ig_qfctx, &problem->apply_vol_ifunction.qfctx)); in NS_NEWTONIAN_IG()
568 …(ceed, CeedQFunctionContextReferenceCopy(newtonian_ig_qfctx, &problem->apply_vol_ijacobian.qfctx)); in NS_NEWTONIAN_IG()
626 PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(newtonian_ig_qfctx, &honee_bc->qfctx)); in NS_NEWTONIAN_IG()