Lines Matching refs:qfunction_loc
55 problem->apply_freestream.qfunction_loc = Freestream_Conserv_HLL_loc; in FreestreamBCSetup()
57 problem->apply_freestream_jacobian.qfunction_loc = Freestream_Jacobian_Conserv_HLL_loc; in FreestreamBCSetup()
61 problem->apply_freestream.qfunction_loc = Freestream_Conserv_HLLC_loc; in FreestreamBCSetup()
63 problem->apply_freestream_jacobian.qfunction_loc = Freestream_Jacobian_Conserv_HLLC_loc; in FreestreamBCSetup()
71 problem->apply_freestream.qfunction_loc = Freestream_Prim_HLL_loc; in FreestreamBCSetup()
73 problem->apply_freestream_jacobian.qfunction_loc = Freestream_Jacobian_Prim_HLL_loc; in FreestreamBCSetup()
77 problem->apply_freestream.qfunction_loc = Freestream_Prim_HLLC_loc; in FreestreamBCSetup()
79 problem->apply_freestream_jacobian.qfunction_loc = Freestream_Jacobian_Prim_HLLC_loc; in FreestreamBCSetup()
87 problem->apply_freestream.qfunction_loc = Freestream_Entropy_HLL_loc; in FreestreamBCSetup()
89 problem->apply_freestream_jacobian.qfunction_loc = Freestream_Jacobian_Entropy_HLL_loc; in FreestreamBCSetup()
93 problem->apply_freestream.qfunction_loc = Freestream_Entropy_HLLC_loc; in FreestreamBCSetup()
95 problem->apply_freestream_jacobian.qfunction_loc = Freestream_Jacobian_Entropy_HLLC_loc; in FreestreamBCSetup()
166 problem->apply_outflow.qfunction_loc = RiemannOutflow_Conserv_loc; in OutflowBCSetup()
168 problem->apply_outflow_jacobian.qfunction_loc = RiemannOutflow_Jacobian_Conserv_loc; in OutflowBCSetup()
172 problem->apply_outflow.qfunction_loc = RiemannOutflow_Prim_loc; in OutflowBCSetup()
174 problem->apply_outflow_jacobian.qfunction_loc = RiemannOutflow_Jacobian_Prim_loc; in OutflowBCSetup()
178 problem->apply_outflow.qfunction_loc = RiemannOutflow_Entropy_loc; in OutflowBCSetup()
180 problem->apply_outflow_jacobian.qfunction_loc = RiemannOutflow_Jacobian_Entropy_loc; in OutflowBCSetup()
188 problem->apply_outflow.qfunction_loc = PressureOutflow_Conserv_loc; in OutflowBCSetup()
190 problem->apply_outflow_jacobian.qfunction_loc = PressureOutflow_Jacobian_Conserv_loc; in OutflowBCSetup()
194 problem->apply_outflow.qfunction_loc = PressureOutflow_Prim_loc; in OutflowBCSetup()
196 problem->apply_outflow_jacobian.qfunction_loc = PressureOutflow_Jacobian_Prim_loc; in OutflowBCSetup()
200 problem->apply_outflow.qfunction_loc = PressureOutflow_Entropy_loc; in OutflowBCSetup()
202 problem->apply_outflow_jacobian.qfunction_loc = PressureOutflow_Jacobian_Entropy_loc; in OutflowBCSetup()