Skip to content
Snippets Groups Projects
Commit f4258777 authored by Robert Lanzafame's avatar Robert Lanzafame
Browse files

fix stuff

parent c80a60fb
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,8 @@ There are several files to be aware of:
1. `README.md`
2. A notebook `Analysis.ipynb` and `Report.md` files for carrying out analysis and answering questions as done in Q1.
3. A notebook `mesh_tips.ipynb` which provides explanation and examples for using the class `Mesh`, an understanding of which is critical for carrying out the necessary analysis
3. A notebook `mesh_tips.ipynb` which provides explanation and examples for using the class `Mesh`, an understanding of which is critical for carrying out the necessary analysis.
4. A file `utilities.py` that contains code to solve the FVM problem.
The file `Analysis.ipynb` contains all instructions for completing the tasks for this assignment, divided into three Parts. Only the second part uses the files `utilities.py` and `mesh_tips.ipynb`.
......
......@@ -59,7 +59,7 @@ _Write your answer here_
What would you do to correct the errors in the case of task 3.3? Describe your answer qualitatively, there is no need to make computations.
_Tip: suppose that you also know the values of $\phi$ at the vertices. _
For this question, assume that we have computed the values of $\phi$ at the vertices by interpolating using the values already found at the centroids of each neighbor volume.
_Write your answer here_
......
......@@ -130,7 +130,7 @@ Stated here; notebook also contains additional information.
What would you do to correct the errors in the case of task 3.3? Describe your answer qualitatively, there is no need to make computations.
_Tip: suppose that you also know the values of $\phi$ at the vertices. _
For this question, assume that we have computed the values of $\phi$ at the vertices by interpolating using the values already found at the centroids of each neighbor volume.
_Write your answer here_
......
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