Lines Matching refs:apply_freestream_jacobian
56 problem->apply_freestream_jacobian.qfunction = Freestream_Jacobian_Conserv_HLL; in FreestreamBCSetup()
57 problem->apply_freestream_jacobian.qfunction_loc = Freestream_Jacobian_Conserv_HLL_loc; in FreestreamBCSetup()
62 problem->apply_freestream_jacobian.qfunction = Freestream_Jacobian_Conserv_HLLC; in FreestreamBCSetup()
63 problem->apply_freestream_jacobian.qfunction_loc = Freestream_Jacobian_Conserv_HLLC_loc; in FreestreamBCSetup()
72 problem->apply_freestream_jacobian.qfunction = Freestream_Jacobian_Prim_HLL; in FreestreamBCSetup()
73 problem->apply_freestream_jacobian.qfunction_loc = Freestream_Jacobian_Prim_HLL_loc; in FreestreamBCSetup()
78 problem->apply_freestream_jacobian.qfunction = Freestream_Jacobian_Prim_HLLC; in FreestreamBCSetup()
79 problem->apply_freestream_jacobian.qfunction_loc = Freestream_Jacobian_Prim_HLLC_loc; in FreestreamBCSetup()
88 problem->apply_freestream_jacobian.qfunction = Freestream_Jacobian_Entropy_HLL; in FreestreamBCSetup()
89 problem->apply_freestream_jacobian.qfunction_loc = Freestream_Jacobian_Entropy_HLL_loc; in FreestreamBCSetup()
94 problem->apply_freestream_jacobian.qfunction = Freestream_Jacobian_Entropy_HLLC; in FreestreamBCSetup()
95 problem->apply_freestream_jacobian.qfunction_loc = Freestream_Jacobian_Entropy_HLLC_loc; in FreestreamBCSetup()
116 …CeedQFunctionContextReferenceCopy(freestream_context, &problem->apply_freestream_jacobian.qfunctio… in FreestreamBCSetup()