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 bfdb135 commit 3a49ce0
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 @@ -86,7 +86,7 @@ initial_condition = initial_condition_sinpi

# The next step is to define a function of the source term corresponding to our problem.
# ```math
# f(t,u,x,y) = - 2 \exp(-t) \sin\bigl(2 \pi (x - t) \bigr) \sin\bigl(2 \pi (y - t) \bigr)
# f(t,u,x,y) = - 2 e^{-t} \sin\bigl(2 \pi (x - t) \bigr) \sin\bigl(2 \pi (y - t) \bigr)
# ```
# This function must take the target variable, coordinates, time and the
# equation itself as arguments and return the source term as a static vector `SVector`.
Expand Down

0 comments on commit 3a49ce0

Please sign in to comment.