Skip to content

Commit

Permalink
Reformatted Trixi.jl.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCan committed Sep 19, 2023
1 parent 4f627a2 commit 0e95b05
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/Trixi.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e95b05

Please sign in to comment.