Skip to content

Commit

Permalink
remove redundant line
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring committed Sep 11, 2023
1 parent 29bd213 commit cb3eac8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/tree_3d_dgsem/elixir_advection_diffusion_amr.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ equations = LinearScalarAdvectionEquation3D(advection_velocity)
diffusivity() = 5.0e-4
equations_parabolic = LaplaceDiffusion2D(diffusivity(), equations)

initial_condition = initial_condition_gauss
solver = DGSEM(polydeg=3, surface_flux=flux_lax_friedrichs)

coordinates_min = (-1.0, -1.0, -1.0)
Expand Down

0 comments on commit cb3eac8

Please sign in to comment.