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 244d6f8 commit 0ca226d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ semi = SemidiscretizationHyperbolic(mesh, equations, initial_condition_convergen
# solver in each spatial direction on each leaf cell. This polynomial approximation is evaluated
# 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
# coordinates, and maps the Gauss-Lobatto nodes from the 1D interval ``[-1, 1]`` onto each coordinate axis
# of every element.


Expand Down

0 comments on commit 0ca226d

Please sign in to comment.