Lines Matching refs:qfctx
38 …reateIFunctionQF(bc_def, RiemannOutflow_Conserv, RiemannOutflow_Conserv_loc, honee_bc->qfctx, qf)); in OutflowBCSetup_CreateIFunctionQF()
41 …ateIFunctionQF(bc_def, PressureOutflow_Conserv, PressureOutflow_Conserv_loc, honee_bc->qfctx, qf)); in OutflowBCSetup_CreateIFunctionQF()
48 …neeBCCreateIFunctionQF(bc_def, RiemannOutflow_Prim, RiemannOutflow_Prim_loc, honee_bc->qfctx, qf)); in OutflowBCSetup_CreateIFunctionQF()
51 …eBCCreateIFunctionQF(bc_def, PressureOutflow_Prim, PressureOutflow_Prim_loc, honee_bc->qfctx, qf)); in OutflowBCSetup_CreateIFunctionQF()
58 …reateIFunctionQF(bc_def, RiemannOutflow_Entropy, RiemannOutflow_Entropy_loc, honee_bc->qfctx, qf)); in OutflowBCSetup_CreateIFunctionQF()
61 …ateIFunctionQF(bc_def, PressureOutflow_Entropy, PressureOutflow_Entropy_loc, honee_bc->qfctx, qf)); in OutflowBCSetup_CreateIFunctionQF()
82 …c_def, RiemannOutflow_Jacobian_Conserv, RiemannOutflow_Jacobian_Conserv_loc, honee_bc->qfctx, qf)); in OutflowBCSetup_CreateIJacobianQF()
85 …def, PressureOutflow_Jacobian_Conserv, PressureOutflow_Jacobian_Conserv_loc, honee_bc->qfctx, qf)); in OutflowBCSetup_CreateIJacobianQF()
92 …anQF(bc_def, RiemannOutflow_Jacobian_Prim, RiemannOutflow_Jacobian_Prim_loc, honee_bc->qfctx, qf)); in OutflowBCSetup_CreateIJacobianQF()
95 …QF(bc_def, PressureOutflow_Jacobian_Prim, PressureOutflow_Jacobian_Prim_loc, honee_bc->qfctx, qf)); in OutflowBCSetup_CreateIJacobianQF()
102 …c_def, RiemannOutflow_Jacobian_Entropy, RiemannOutflow_Jacobian_Entropy_loc, honee_bc->qfctx, qf)); in OutflowBCSetup_CreateIJacobianQF()
105 …def, PressureOutflow_Jacobian_Entropy, PressureOutflow_Jacobian_Entropy_loc, honee_bc->qfctx, qf)); in OutflowBCSetup_CreateIJacobianQF()
163 .qfctx = outflow_qfctx, in OutflowBCSetup()