Skip to content

Commit

Permalink
Update examples/structured_2d_dgsem/elixir_mhd_coupled.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Winters <[email protected]>
  • Loading branch information
SimonCan and andrewwinters5000 authored Feb 16, 2024
1 parent 0a346c5 commit 199106b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/structured_2d_dgsem/elixir_mhd_coupled.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ using OrdinaryDiffEq
using Trixi

###############################################################################
# Coupled semidiscretization of two ideal glmMhd systems using converter functions such that
# they are also coupled across the domain boundaries to generate a periodic system.
# Two semidiscretizations of the ideal GLM-MHD systems using converter functions such that
# they are coupled across the domain boundaries to generate a periodic system.
#
# In this elixir, we have a square domain that is divided into a left and right half.
# On each half of the domain, a completely independent SemidiscretizationHyperbolic is created for the
# linear ideal glmMhd equations. The four systems are coupled in the x and y-direction.
# On each half of the domain, an independent SemidiscretizationHyperbolic is created for
# each set of ideal GLM-MHD equations. The two systems are coupled in the x and y-direction.
# For a high-level overview, see also the figure below:
#
# (-2, 2) ( 2, 2)
Expand Down

0 comments on commit 199106b

Please sign in to comment.