![]() |
Shamrock 2025.10.0
Astrophysical Code
|
HLL Riemann solver for the gas equations From original version by Thomas Guillet (T.A.G.nosp@m.uill.nosp@m.et@ex.nosp@m.eter.nosp@m..ac.u.nosp@m.k). More...
#include "shammath/riemann_common.hpp"Go to the source code of this file.
Namespaces | |
| namespace | shammath |
| namespace for math utility | |
Functions | |
| template<FluidStateSpec FSpec> | |
| constexpr FSpec::Tcons | shammath::hll_flux (const FSpec &fspec, const typename FSpec::Tprim &prim_l, const typename FSpec::Tprim &prim_r, const typename FSpec::Tvec &n) |
| HLL flux across a face with unit normal n. | |
HLL Riemann solver for the gas equations From original version by Thomas Guillet (T.A.G.nosp@m.uill.nosp@m.et@ex.nosp@m.eter.nosp@m..ac.u.nosp@m.k).
Definition in file riemann_hll.hpp.