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 290f27f commit e2909f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# configurations.

# Trixi.jl follows the method of lines concept for solving partial differential equations.
# Firstly, the partial differential equations are reduced to an ordinary differential equations
# Firstly, the partial differential equations (PDEs) are reduced to a (potentially huge) system of ordinary differential equations (ODEs)
# by discretizing the space. 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 ODEs within the framework of Trixi.jl.
Expand Down

0 comments on commit e2909f9

Please sign in to comment.