Searched refs:RIEMANN_HLLC (Results 1 – 3 of 3) sorted by relevance
| /libCEED/examples/fluids/qfunctions/ |
| H A D | bc_freestream.h | 46 case RIEMANN_HLLC: in Freestream() 76 return Freestream(ctx, Q, in, out, STATEVAR_CONSERVATIVE, RIEMANN_HLLC); in Freestream_Conserv_HLLC() 80 return Freestream(ctx, Q, in, out, STATEVAR_PRIMITIVE, RIEMANN_HLLC); in Freestream_Prim_HLLC() 84 return Freestream(ctx, Q, in, out, STATEVAR_ENTROPY, RIEMANN_HLLC); in Freestream_Entropy_HLLC() 116 case RIEMANN_HLLC: in Freestream_Jacobian() 140 return Freestream_Jacobian(ctx, Q, in, out, STATEVAR_CONSERVATIVE, RIEMANN_HLLC); in Freestream_Jacobian_Conserv_HLLC() 144 return Freestream_Jacobian(ctx, Q, in, out, STATEVAR_PRIMITIVE, RIEMANN_HLLC); in Freestream_Jacobian_Prim_HLLC() 148 return Freestream_Jacobian(ctx, Q, in, out, STATEVAR_ENTROPY, RIEMANN_HLLC); in Freestream_Jacobian_Entropy_HLLC()
|
| H A D | riemann_solver.h | 25 enum RiemannFluxType_ { RIEMANN_HLL, RIEMANN_HLLC }; enumerator
|
| /libCEED/examples/fluids/problems/ |
| H A D | bc_freestream.c | 29 RiemannFluxType riemann = RIEMANN_HLLC; in FreestreamBCSetup() 59 case RIEMANN_HLLC: in FreestreamBCSetup() 75 case RIEMANN_HLLC: in FreestreamBCSetup() 91 case RIEMANN_HLLC: in FreestreamBCSetup()
|