From d338f6e2f5c296d9c41ade446155e63cbf0d2d8d Mon Sep 17 00:00:00 2001 From: ArseniyKholod <119304909+ArseniyKholod@users.noreply.github.com> Date: Sun, 11 Feb 2024 18:07:05 +0200 Subject: [PATCH] Update docs/literate/src/files/behind_the_scenes_simulation_setup.jl Co-authored-by: Daniel Doehring --- docs/literate/src/files/behind_the_scenes_simulation_setup.jl | 2 +- 1 file changed, 1 insertion(+), 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 4db03245911..e59e89319a0 100644 --- a/docs/literate/src/files/behind_the_scenes_simulation_setup.jl +++ b/docs/literate/src/files/behind_the_scenes_simulation_setup.jl @@ -85,7 +85,7 @@ semi = SemidiscretizationHyperbolic(mesh, equations, initial_condition_convergen # At this point, the elements with nodes have been defined; however, they lack the necessary # communication functionality. This is crucial because the local solution polynomials on the elements are not # independent of each other. Furthermore, nodes on the boundary of adjacent elements share -# the same spatial location, requiring a method to combine their solutions. +# the same spatial location, which requires a method to combine this into a meaningful solution. # 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