Skip to content

Commit

Permalink
Update docs/literate/src/files/first_steps/create_first_setup.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Lampert <[email protected]>
  • Loading branch information
ArseniyKholod and JoshuaLampert authored Feb 3, 2024
1 parent 799db43 commit c1eb2cb
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 @@ -78,7 +78,7 @@ solver = DGSEM(polydeg=3)
# ```math
# u(0,x,y) = \sin\bigl(\pi x \bigr) \sin\bigl(\pi y \bigr)
# ```
# The initial conditions function must take coordinates, time and equation as arguments
# The initial conditions function must take spatial coordinates, time and equation as arguments
# and return an initial condition as a static vector `SVector`. Following the same structure, you
# can define your own initial conditions.

Expand Down

0 comments on commit c1eb2cb

Please sign in to comment.