diff --git a/src/Trixi.jl b/src/Trixi.jl index 8adf374ac41..8ea27871402 100644 --- a/src/Trixi.jl +++ b/src/Trixi.jl @@ -167,19 +167,19 @@ export flux, flux_central, flux_lax_friedrichs, flux_hll, flux_hllc, flux_hlle, flux_fjordholm_etal, flux_nonconservative_fjordholm_etal, flux_es_fjordholm_etal, flux_wintermeyer_etal, flux_nonconservative_wintermeyer_etal, flux_chan_etal, flux_nonconservative_chan_etal, flux_winters_etal - hydrostatic_reconstruction_audusse_etal, flux_nonconservative_audusse_etal, +hydrostatic_reconstruction_audusse_etal, flux_nonconservative_audusse_etal, # TODO: TrixiShallowWater: move anything with "chen_noelle" to new file - hydrostatic_reconstruction_chen_noelle, flux_nonconservative_chen_noelle, - flux_hll_chen_noelle, - FluxPlusDissipation, DissipationGlobalLaxFriedrichs, DissipationLocalLaxFriedrichs, - FluxLaxFriedrichs, max_abs_speed_naive, - FluxHLL, min_max_speed_naive, min_max_speed_davis, min_max_speed_einfeldt, - min_max_speed_chen_noelle, - FluxLMARS, - FluxRotated, - flux_shima_etal_turbo, flux_ranocha_turbo, - FluxHydrostaticReconstruction, - FluxUpwind +hydrostatic_reconstruction_chen_noelle, flux_nonconservative_chen_noelle, +flux_hll_chen_noelle, +FluxPlusDissipation, DissipationGlobalLaxFriedrichs, DissipationLocalLaxFriedrichs, +FluxLaxFriedrichs, max_abs_speed_naive, +FluxHLL, min_max_speed_naive, min_max_speed_davis, min_max_speed_einfeldt, +min_max_speed_chen_noelle, +FluxLMARS, +FluxRotated, +flux_shima_etal_turbo, flux_ranocha_turbo, +FluxHydrostaticReconstruction, +FluxUpwind export splitting_steger_warming, splitting_vanleer_haenel, splitting_coirier_vanleer, splitting_lax_friedrichs