Lines Matching refs:apply_freestream
54 problem->apply_freestream.qfunction = Freestream_Conserv_HLL; in FreestreamBCSetup()
55 problem->apply_freestream.qfunction_loc = Freestream_Conserv_HLL_loc; in FreestreamBCSetup()
60 problem->apply_freestream.qfunction = Freestream_Conserv_HLLC; in FreestreamBCSetup()
61 problem->apply_freestream.qfunction_loc = Freestream_Conserv_HLLC_loc; in FreestreamBCSetup()
70 problem->apply_freestream.qfunction = Freestream_Prim_HLL; in FreestreamBCSetup()
71 problem->apply_freestream.qfunction_loc = Freestream_Prim_HLL_loc; in FreestreamBCSetup()
76 problem->apply_freestream.qfunction = Freestream_Prim_HLLC; in FreestreamBCSetup()
77 problem->apply_freestream.qfunction_loc = Freestream_Prim_HLLC_loc; in FreestreamBCSetup()
86 problem->apply_freestream.qfunction = Freestream_Entropy_HLL; in FreestreamBCSetup()
87 problem->apply_freestream.qfunction_loc = Freestream_Entropy_HLL_loc; in FreestreamBCSetup()
92 problem->apply_freestream.qfunction = Freestream_Entropy_HLLC; in FreestreamBCSetup()
93 problem->apply_freestream.qfunction_loc = Freestream_Entropy_HLLC_loc; in FreestreamBCSetup()
115 problem->apply_freestream.qfunction_context = freestream_context; in FreestreamBCSetup()