Skip to content

Commit

Permalink
Benchmarks 1D: Polydeg for 1D Structured Sedov (trixi-framework#2013)
Browse files Browse the repository at this point in the history
* Start

* polydeg for struct1d sedov

---------

Co-authored-by: Hendrik Ranocha <[email protected]>
  • Loading branch information
DanielDoehring and ranocha authored Jul 18, 2024
1 parent 33aee2a commit 91eac3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmark/benchmarks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ using Trixi
const SUITE = BenchmarkGroup()

for elixir in [# 1D
joinpath(examples_dir(), "structured_1d_dgsem", "elixir_euler_sedov"),
joinpath(examples_dir(), "structured_1d_dgsem", "elixir_euler_sedov.jl"),
joinpath(examples_dir(), "tree_1d_dgsem", "elixir_mhd_ec.jl"),
joinpath(examples_dir(), "tree_1d_dgsem", "elixir_navierstokes_convergence_walls_amr.jl"),
joinpath(examples_dir(), "tree_1d_dgsem", "elixir_shallowwater_well_balanced_nonperiodic.jl"),
Expand Down
3 changes: 2 additions & 1 deletion examples/structured_1d_dgsem/elixir_euler_sedov.jl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ initial_condition = initial_condition_sedov_blast_wave

surface_flux = flux_lax_friedrichs
volume_flux = flux_ranocha
basis = LobattoLegendreBasis(3)
polydeg = 3
basis = LobattoLegendreBasis(polydeg)
shock_indicator_variable = density_pressure
indicator_sc = IndicatorHennemannGassner(equations, basis,
alpha_max = 1.0,
Expand Down

0 comments on commit 91eac3c

Please sign in to comment.