Skip to content

Commit 38c6e86

Browse files
committed
replace swe elixir in benchmarks.jl with euler_quasi_1d
1 parent 0dfb7c5 commit 38c6e86

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

benchmark/benchmarks.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ for elixir in [# 1D
1414
joinpath(examples_dir(), "structured_1d_dgsem", "elixir_euler_sedov.jl"),
1515
joinpath(examples_dir(), "tree_1d_dgsem", "elixir_mhd_ec.jl"),
1616
joinpath(examples_dir(), "tree_1d_dgsem", "elixir_navierstokes_convergence_walls_amr.jl"),
17-
# TODO: SWE This line will be removed in the separation. Is this a problem?
18-
#joinpath(examples_dir(), "tree_1d_dgsem", "elixir_shallowwater_well_balanced_nonperiodic.jl"),
17+
joinpath(examples_dir(), "tree_1d_dgsem", "elixir_euler_quasi_1d_source_terms_dirichlet.jl"),
1918
# 2D
2019
joinpath(examples_dir(), "tree_2d_dgsem", "elixir_advection_extended.jl"),
2120
joinpath(examples_dir(), "tree_2d_dgsem", "elixir_advection_amr_nonperiodic.jl"),

0 commit comments

Comments
 (0)