From 48bec7ffb15f516c44155aba937a8b20f60b3904 Mon Sep 17 00:00:00 2001 From: ArseniyKholod <119304909+ArseniyKholod@users.noreply.github.com> Date: Sun, 11 Feb 2024 18:05:46 +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 9f9b7b9a8c1..27dba62a8bd 100644 --- a/docs/literate/src/files/behind_the_scenes_simulation_setup.jl +++ b/docs/literate/src/files/behind_the_scenes_simulation_setup.jl @@ -65,7 +65,7 @@ semi = SemidiscretizationHyperbolic(mesh, equations, initial_condition_convergen # - `init_elements(leaf_cell_ids, mesh, equations, dg.basis, RealT, uEltype)` # The fundamental elements for approximating the solution are the leaf -# cells. The solution is treated as a polynomial of the degree specified in the `DGSEM` +# cells. The solution is constructed as a polynomial of the degree specified in the `DGSEM` # solver in each spatial direction on each leaf cell. This polynomial approximation is evaluated # at the Gauss-Lobatto nodes, which were previously illustrated. The `init_elements` function extracts # these leaf cells from the `TreeMesh`, assigns them the label "elements", records their