HLLEM Riemann solver for MHD.
More...
Reference:
- "..." <author>, Journal (year) vol, page
- Authors
- A. Mignone (migno.nosp@m.ne@t.nosp@m.o.inf.nosp@m.n.it)
- Date
- Sep 11, 2019
◆ HLLEM_Solver()
void HLLEM_Solver |
( |
const Sweep * |
sweep, |
|
|
int |
beg, |
|
|
int |
end, |
|
|
double * |
cmax, |
|
|
Grid * |
grid |
|
) |
| |
Solve Riemann problem for the adiabatic/isothermal MHD equations using the HLL Riemann solver.
- Parameters
-
[in,out] | sweep | pointer to Sweep structure |
[in] | beg | initial grid index |
[out] | end | final grid index |
[out] | cmax | 1D array of maximum characteristic speeds |
[in] | grid | pointer to array of Grid structures. |