From 072346b3c1582c812c1b0356b158dd9f1036735b Mon Sep 17 00:00:00 2001 From: Daniel Doehring Date: Sun, 11 Feb 2024 19:35:11 +0100 Subject: [PATCH] Update docs/literate/src/files/behind_the_scenes_simulation_setup.jl --- docs/literate/src/files/behind_the_scenes_simulation_setup.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/literate/src/files/behind_the_scenes_simulation_setup.jl b/docs/literate/src/files/behind_the_scenes_simulation_setup.jl index 68fd45102a3..7b043d80363 100644 --- a/docs/literate/src/files/behind_the_scenes_simulation_setup.jl +++ b/docs/literate/src/files/behind_the_scenes_simulation_setup.jl @@ -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