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: Andrew Winters <[email protected]>
  • Loading branch information
ArseniyKholod and andrewwinters5000 authored Feb 5, 2024
1 parent e7b1e53 commit a23bd2b
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 @@ -107,7 +107,7 @@ function source_term_exp_sinpi(u, x, t, equations::LinearScalarAdvectionEquation
return SVector(scalar)
end

# Now we are collecting all the information that will be needed to define a spatial discretization,
# Now we collect all the information that is necessary to define a spatial discretization,
# which leaves us with an ODE problem in time with a span from 0.0 to 1.0.
# This approach is commonly referred to as the method of lines.

Expand Down

0 comments on commit a23bd2b

Please sign in to comment.