Skip to content

Commit

Permalink
Update getting_started.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ArseniyKholod committed Apr 1, 2024
1 parent 5fd2534 commit 9c8fff9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/literate/src/files/first_steps/getting_started.jl
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,9 @@ get_examples()
# ### Modifying an existing setup

# As an example, we will change the initial condition for calculations that occur in
# `elixir_euler_ec.jl`. Initial conditions consist of initial values for ``\rho``, ``\rho v_1``,
# ``\rho v_2`` and ``\rho e``. One of the common initial conditions for the compressible Euler
# equations is a simple density wave. Let's implement it.
# `elixir_euler_ec.jl`. Initial conditions for [`CompressibleEulerEquations2D`](@ref) consist of
# initial values for ``\rho``, ``\rho v_1``, ``\rho v_2`` and ``\rho e``. One of the common initial
# conditions for the compressible Euler equations is a simple density wave. Let's implement it.

# - Open the downloaded file `elixir_euler_ec.jl` with a text editor.
# - Go to the line with the following code:
Expand Down

0 comments on commit 9c8fff9

Please sign in to comment.