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 5d873b5 commit 48bec7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 48bec7f

Please sign in to comment.