Skip to content
Snippets Groups Projects
Commit 5f974496 authored by Frans van der Meer's avatar Frans van der Meer
Browse files

Update instructions in readme

parent 5784cb96
No related branches found
No related tags found
1 merge request!24Update instructions in readme
......@@ -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>.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment