Edit latex file

This commit is contained in:
Cory Balaton 2023-09-08 13:13:10 +02:00
parent c5c64da196
commit 6e12f2b050
No known key found for this signature in database
GPG Key ID: 3E5FCEBFD80F432B
4 changed files with 12 additions and 1 deletions

Binary file not shown.

View File

@ -74,6 +74,9 @@
%%
%% Don't ask me why, I don't know.
% custom stuff
\graphicspath{{./images/}}
\begin{document}
\title{Project 1} % self-explanatory

Binary file not shown.

View File

@ -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}