Skip to content

Commit

Permalink
Update docs/literate/src/files/behind_the_scenes_simulation_setup.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Doehring <[email protected]>
  • Loading branch information
ArseniyKholod and DanielDoehring authored Feb 11, 2024
1 parent 48bec7f commit d2ef3a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ semi = SemidiscretizationHyperbolic(mesh, equations, initial_condition_convergen
# The fundamental elements for approximating the solution are the leaf
# 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
# at the Gauss-Lobatto nodes mentioned earlier. The `init_elements` function extracts
# these leaf cells from the `TreeMesh`, assigns them the label "elements", records their
# coordinates, and maps the Gauss-Lobatto nodes from the 1D interval ``[-1, 1]`` onto each axis
# of every element.
Expand Down

0 comments on commit d2ef3a3

Please sign in to comment.