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 6def217 commit 997288e
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 @@ -101,7 +101,7 @@ function source_term_exp_sinpi(u, x, t, equations::LinearScalarAdvectionEquation
end

# Now we are collecting all the information that will be needed to define a spatial discretization,
# which leaves us with an ODE problem in time with a span from 0.0 s to 1.0.
# 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.

semi = SemidiscretizationHyperbolic(mesh, equations, initial_condition, solver;
Expand Down

0 comments on commit 997288e

Please sign in to comment.