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 74d9016 commit 5d873b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ semi = SemidiscretizationHyperbolic(mesh, equations, initial_condition_convergen

# - `init_elements(leaf_cell_ids, mesh, equations, dg.basis, RealT, uEltype)`

# The fundamental elements for approximating a solution are the leaf
# 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`
# 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
Expand Down

0 comments on commit 5d873b5

Please sign in to comment.