From 5f9744963b269fb9ad9ba06849161e6b7575a799 Mon Sep 17 00:00:00 2001
From: Frans van der Meer <f.p.vandermeer@tudelft.nl>
Date: Thu, 21 Nov 2024 22:32:53 +0100
Subject: [PATCH] Update instructions in readme

---
 content/GA_2_2/README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/content/GA_2_2/README.md b/content/GA_2_2/README.md
index 9e3c7c63..600cceb6 100644
--- a/content/GA_2_2/README.md
+++ b/content/GA_2_2/README.md
@@ -9,13 +9,13 @@ There are several files to be aware of:
 1. `README.md`
 2. A notebook `the_big_M.ipynb` (equivalent to the previous `Analysis.ipynb` files)
 3. A `Report.md` file for answering questions
-4. File `big_M.msh` and `big_M_fine.msh`: define two FEM mesh' to use in the analysis
+4. File `big_M.msh` and `big_M_fine.msh`: two FEM meshes to use in the analysis. Only the first one is needed, but the second one can be tried as well by modifying a single line in the notebook. 
 
 ## Primary Task
 
 Run the analysis in `the_big_M.ipynb`, inspect the code (really **really** read it!) and results, then answer the questions in `Report.md`.
 
-Note that unlike other GA's, besides reading and understanding the contents, you don't have to do anything with the code in the notebook before reading the Report questions; this will then ask you to modify the notebook.
+Note that unlike other GA's, besides reading and understanding the contents, you don't have to do anything with the code in the notebook before reading the Report questions. The questions mostly focus on what is happening in the analysis. The provided finite element code is complete, but you will need to look at the details of the implementation to answer the questions. For the final question you will have to perform some additional operations in the notebook.
 
 ## Python environment
 
@@ -35,4 +35,4 @@ Remember to install before running your notebook. If you did not do this, you ma
 **End of file.**
 
 <span style="font-size: 75%">
-&copy; Copyright 2024 <a rel="MUDE" href="http://mude.citg.tudelft.nl/">MUDE</a>, TU Delft. This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0 License</a>.
\ No newline at end of file
+&copy; Copyright 2024 <a rel="MUDE" href="http://mude.citg.tudelft.nl/">MUDE</a>, TU Delft. This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0 License</a>.
-- 
GitLab