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
  • Loading branch information
DanielDoehring authored Feb 11, 2024
1 parent 501b9d5 commit 072346b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/literate/src/files/behind_the_scenes_simulation_setup.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
# the more fundamental, *technical* concepts that are applicable to a variety of
# (also more complex) configurations.

# Trixi.jl follows the method of lines concept for solving partial differential equations.
# Firstly, the partial differential equations (PDEs) are reduced to a (potentially huge) system of
# Trixi.jl follows the method of lines concept for solving partial differential equations (PDEs).
# Firstly, the PDEs are reduced to a (potentially huge) system of
# ordinary differential equations (ODEs) by discretizing the spatial derivatives. Subsequently,
# these new ODEs are solved with methods available in OrdinaryDiffEq.jl or those specifically
# implemented in Trixi.jl. The following steps elucidate the process of transitioning from PDEs to
Expand Down

0 comments on commit 072346b

Please sign in to comment.