diff --git a/latex/assignment_1.pdf b/latex/assignment_1.pdf index 712e889..a829aed 100644 Binary files a/latex/assignment_1.pdf and b/latex/assignment_1.pdf differ diff --git a/latex/assignment_1.tex b/latex/assignment_1.tex index 45f77c5..b4f8fa9 100644 --- a/latex/assignment_1.tex +++ b/latex/assignment_1.tex @@ -74,6 +74,9 @@ %% %% Don't ask me why, I don't know. +% custom stuff +\graphicspath{{./images/}} + \begin{document} \title{Project 1} % self-explanatory diff --git a/latex/images/analytical_solution.pdf b/latex/images/analytical_solution.pdf new file mode 100644 index 0000000..f874a22 Binary files /dev/null and b/latex/images/analytical_solution.pdf differ diff --git a/latex/problems/problem2.tex b/latex/problems/problem2.tex index b90aa58..bfad89c 100644 --- a/latex/problems/problem2.tex +++ b/latex/problems/problem2.tex @@ -1,3 +1,11 @@ \section*{Problem 2} -% Write which .cpp/.hpp/.py (using a link?) files are relevant for this and show the plot generated. +The code for generating the points and plotting them can be found under. + +Point generator code: https://github.uio.no/FYS3150-G2-203/Project-1/blob/main/src/analyticPlot.cpp + +Plotting code: https://github.uio.no/FYS3150-G2-2023/Project-1/blob/main/src/analyticPlot.py + +Here is the plot of the analytical solution for $u(x)$. + +\includegraphics[scale=.5]{analytical_solution.pdf}