Skip to content

Commit

Permalink
Update create_first_setup.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ArseniyKholod committed Feb 3, 2024
1 parent ef21cf1 commit e632154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/literate/src/files/first_steps/create_first_setup.jl
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ solver = DGSEM(polydeg=3)
# But to show you how an arbitrary initial condition can be implemented in a way suitable for
# Trixi.jl, we define our own initial conditions.
# ```math
# u(0,x,y) = \sin\bigl(\pi x \bigr) \sin\bigl(\pi y \bigr)
# u(x, y, 0) = \sin\bigl(\pi x \bigr) \sin\bigl(\pi y \bigr).
# ```
# The initial conditions function must take spatial coordinates, time and equation as arguments
# and returns an initial condition as a static vector `SVector`. Following the same structure, you
Expand Down

0 comments on commit e632154

Please sign in to comment.