Skip to content

Commit

Permalink
Update docs/literate/src/files/create_first_setup.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Benedict <[email protected]>
  • Loading branch information
ArseniyKholod and benegee authored Feb 3, 2024
1 parent 1e1c7f1 commit bfdb135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/literate/src/files/create_first_setup.jl
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ solver = DGSEM(polydeg=3)
# 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
# and return an initial conditions as a static vector `SVector`. Following the same structure, you
# and return an initial condition as a static vector `SVector`. Following the same structure, you
# can define your own initial conditions.

function initial_condition_sinpi(x, t, equations::LinearScalarAdvectionEquation2D)
Expand Down

0 comments on commit bfdb135

Please sign in to comment.