From c39e5d92d317206515c182e87ff05647dbadfe43 Mon Sep 17 00:00:00 2001 From: ArseniyKholod <119304909+ArseniyKholod@users.noreply.github.com> Date: Sun, 11 Feb 2024 20:34:20 +0200 Subject: [PATCH] format --- docs/literate/src/files/behind_the_scenes_simulation_setup.jl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/literate/src/files/behind_the_scenes_simulation_setup.jl b/docs/literate/src/files/behind_the_scenes_simulation_setup.jl index 56672fb6313..3bef250abdd 100644 --- a/docs/literate/src/files/behind_the_scenes_simulation_setup.jl +++ b/docs/literate/src/files/behind_the_scenes_simulation_setup.jl @@ -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