Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ArseniyKholod committed Feb 11, 2024
1 parent 9ebd5e4 commit c39e5d9
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ semi = SemidiscretizationHyperbolic(mesh, equations, initial_condition_convergen
# elements are not independent of each other. Furthermore, nodes on the boundary of adjacent
# elements share the same spatial location, which requires a method to combine this into a
# meaningful solution.
# Here [Riemann solvers](https://en.wikipedia.org/wiki/Riemann_solver#Approximate_solvers) come into play which can handle the principal ambiguity of a multi-valued solution at the same spatial location.
# Here [Riemann solvers](https://en.wikipedia.org/wiki/Riemann_solver#Approximate_solvers)
# come into play which can handle the principal ambiguity of a multi-valued solution at the
# same spatial location.

# As demonstrated earlier, the elements can have varying sizes. Let us initially consider
# neighbors with equal size. For these elements, the `init_interfaces` function generates
Expand Down

0 comments on commit c39e5d9

Please sign in to comment.