From 48716e306b9dd9500994392fc8ccbe85ae3c781c Mon Sep 17 00:00:00 2001 From: Simon Candelaresi <10759273+SimonCan@users.noreply.github.com> Date: Mon, 18 Mar 2024 15:54:10 +0000 Subject: [PATCH] Update examples/structured_2d_dgsem/elixir_advection_smview.jl Co-authored-by: Daniel Doehring --- examples/structured_2d_dgsem/elixir_advection_smview.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/structured_2d_dgsem/elixir_advection_smview.jl b/examples/structured_2d_dgsem/elixir_advection_smview.jl index c7bafa8ec3f..3d5af3b0e39 100644 --- a/examples/structured_2d_dgsem/elixir_advection_smview.jl +++ b/examples/structured_2d_dgsem/elixir_advection_smview.jl @@ -7,7 +7,7 @@ using Trixi # for the entire physical domain, then we define the two mesh views on this parent. # # In this elixir, we have a square domain that is divided into left and right subdomains. -# On each half of the domain, a completely independent SemidiscretizationHyperbolic +# On each half of the domain, a completely independent `SemidiscretizationHyperbolic` # is created for the linear advection equations. The two systems are coupled in the # x-direction. # For a high-level overview, see also the figure below: