Lines Matching refs:qfunction
54 problem->apply_freestream.qfunction = Freestream_Conserv_HLL; in FreestreamBCSetup()
56 problem->apply_freestream_jacobian.qfunction = Freestream_Jacobian_Conserv_HLL; in FreestreamBCSetup()
60 problem->apply_freestream.qfunction = Freestream_Conserv_HLLC; in FreestreamBCSetup()
62 problem->apply_freestream_jacobian.qfunction = Freestream_Jacobian_Conserv_HLLC; in FreestreamBCSetup()
70 problem->apply_freestream.qfunction = Freestream_Prim_HLL; in FreestreamBCSetup()
72 problem->apply_freestream_jacobian.qfunction = Freestream_Jacobian_Prim_HLL; in FreestreamBCSetup()
76 problem->apply_freestream.qfunction = Freestream_Prim_HLLC; in FreestreamBCSetup()
78 problem->apply_freestream_jacobian.qfunction = Freestream_Jacobian_Prim_HLLC; in FreestreamBCSetup()
86 problem->apply_freestream.qfunction = Freestream_Entropy_HLL; in FreestreamBCSetup()
88 problem->apply_freestream_jacobian.qfunction = Freestream_Jacobian_Entropy_HLL; in FreestreamBCSetup()
92 problem->apply_freestream.qfunction = Freestream_Entropy_HLLC; in FreestreamBCSetup()
94 problem->apply_freestream_jacobian.qfunction = Freestream_Jacobian_Entropy_HLLC; in FreestreamBCSetup()
165 problem->apply_outflow.qfunction = RiemannOutflow_Conserv; in OutflowBCSetup()
167 problem->apply_outflow_jacobian.qfunction = RiemannOutflow_Jacobian_Conserv; in OutflowBCSetup()
171 problem->apply_outflow.qfunction = RiemannOutflow_Prim; in OutflowBCSetup()
173 problem->apply_outflow_jacobian.qfunction = RiemannOutflow_Jacobian_Prim; in OutflowBCSetup()
177 problem->apply_outflow.qfunction = RiemannOutflow_Entropy; in OutflowBCSetup()
179 problem->apply_outflow_jacobian.qfunction = RiemannOutflow_Jacobian_Entropy; in OutflowBCSetup()
187 problem->apply_outflow.qfunction = PressureOutflow_Conserv; in OutflowBCSetup()
189 problem->apply_outflow_jacobian.qfunction = PressureOutflow_Jacobian_Conserv; in OutflowBCSetup()
193 problem->apply_outflow.qfunction = PressureOutflow_Prim; in OutflowBCSetup()
195 problem->apply_outflow_jacobian.qfunction = PressureOutflow_Jacobian_Prim; in OutflowBCSetup()
199 problem->apply_outflow.qfunction = PressureOutflow_Entropy; in OutflowBCSetup()
201 problem->apply_outflow_jacobian.qfunction = PressureOutflow_Jacobian_Entropy; in OutflowBCSetup()