From 7f8d27cf96154b302bf235f0f4c333f94f7a2881 Mon Sep 17 00:00:00 2001 From: ArseniyKholod <119304909+ArseniyKholod@users.noreply.github.com> Date: Sun, 11 Feb 2024 18:06:20 +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 7d822c58c63..4db03245911 100644 --- a/docs/literate/src/files/behind_the_scenes_simulation_setup.jl +++ b/docs/literate/src/files/behind_the_scenes_simulation_setup.jl @@ -83,7 +83,7 @@ semi = SemidiscretizationHyperbolic(mesh, equations, initial_condition_convergen # - `init_interfaces(leaf_cell_ids, mesh, elements)` # At this point, the elements with nodes have been defined; however, they lack the necessary -# communication functionality. This is crucial because the solutions on the elements are not +# 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.