Edit latex file
This commit is contained in:
parent
c5c64da196
commit
6e12f2b050
Binary file not shown.
@ -74,6 +74,9 @@
|
|||||||
%%
|
%%
|
||||||
%% Don't ask me why, I don't know.
|
%% Don't ask me why, I don't know.
|
||||||
|
|
||||||
|
% custom stuff
|
||||||
|
\graphicspath{{./images/}}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
\title{Project 1} % self-explanatory
|
\title{Project 1} % self-explanatory
|
||||||
|
|||||||
BIN
latex/images/analytical_solution.pdf
Normal file
BIN
latex/images/analytical_solution.pdf
Normal file
Binary file not shown.
@ -1,3 +1,11 @@
|
|||||||
\section*{Problem 2}
|
\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}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user