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 d2ef3a3 commit 7f8d27c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ semi = SemidiscretizationHyperbolic(mesh, equations, initial_condition_convergen
# - `init_interfaces(leaf_cell_ids, mesh, elements)`

# At this point, the elements with nodes have been defined; however, they lack the necessary
# communication functionality. This is crucial because the solutions on the elements are not
# communication functionality. This is crucial because the local solution polynomials on the elements are not
# independent of each other. Furthermore, nodes on the boundary of adjacent elements share
# the same spatial location, requiring a method to combine their solutions.

Expand Down

0 comments on commit 7f8d27c

Please sign in to comment.