|
24 | 24 | "elixir_euler_gravity_equilibrium.jl"), |
25 | 25 | l2=[0.0, 0.0, 0.0, 0.0, 0.0], |
26 | 26 | linf=[0.0, 0.0, 0.0, 0.0, 0.0], |
27 | | - volume_flux=(flux_kennedy_gruber, flux_nonconservative_waruszewski), |
28 | | - surface_flux=(flux_kennedy_gruber, flux_nonconservative_waruszewski)) |
| 27 | + volume_flux=(flux_kennedy_gruber, |
| 28 | + flux_nonconservative_waruszewski_etal), |
| 29 | + surface_flux=(flux_kennedy_gruber, |
| 30 | + flux_nonconservative_waruszewski_etal)) |
29 | 31 | # Ensure that we do not have excessive memory allocations |
30 | 32 | # (e.g., from type instabilities) |
31 | 33 | let |
|
41 | 43 | "elixir_euler_gravity_equilibrium.jl"), |
42 | 44 | l2=[0.0, 0.0, 0.0, 0.0, 0.0], |
43 | 45 | linf=[0.0, 0.0, 0.0, 0.0, 0.0], |
44 | | - volume_flux=(flux_ranocha, flux_nonconservative_waruszewski), |
45 | | - surface_flux=(flux_ranocha, flux_nonconservative_waruszewski)) |
| 46 | + volume_flux=(flux_ranocha, flux_nonconservative_waruszewski_etal), |
| 47 | + surface_flux=(flux_ranocha, flux_nonconservative_waruszewski_etal)) |
46 | 48 | # Ensure that we do not have excessive memory allocations |
47 | 49 | # (e.g., from type instabilities) |
48 | 50 | let |
|
0 commit comments