Skip to content

Commit

Permalink
Test for write permit
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring authored Mar 19, 2024
1 parent 2afbc38 commit 881810c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/p4est_2d_dgsem/elixir_euler_subsonic_cylinder.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ volume_flux = flux_ranocha_turbo # FluxRotated(flux_chandrashekar) can also be u
surface_flux = flux_lax_friedrichs

polydeg = 3
basis = LobattoLegendreBasis(polydeg)
solver = DGSEM(polydeg = polydeg, surface_flux = surface_flux,
volume_integral = VolumeIntegralFluxDifferencing(volume_flux))

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ initial_condition = initial_condition_mach08_flow
surface_flux = flux_lax_friedrichs

polydeg = 3
basis = LobattoLegendreBasis(polydeg)
solver = DGSEM(polydeg = polydeg, surface_flux = surface_flux)

mesh_file = Trixi.download("https://gist.githubusercontent.com/Arpit-Babbar/339662b4b46164a016e35c81c66383bb/raw/8bf94f5b426ba907ace87405cfcc1dcc2ef7cbda/NACA0012.inp",
Expand Down

0 comments on commit 881810c

Please sign in to comment.