Skip to content

Commit

Permalink
Update elixir_advection_diffusion.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring authored Jul 8, 2024
1 parent b592f3c commit a499ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tree_1d_dgsem/elixir_advection_diffusion.jl
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ boundary_conditions_parabolic = boundary_condition_periodic

# A semidiscretization collects data structures and functions for the spatial discretization
semi = SemidiscretizationHyperbolicParabolic(mesh, (equations, equations_parabolic),
initial_condition_diffusive_convergence_test,
initial_condition,
solver;
boundary_conditions = (boundary_conditions,
boundary_conditions_parabolic))
Expand Down

0 comments on commit a499ca4

Please sign in to comment.