diff --git a/.gitignore b/.gitignore index ca9032f..016d5ad 100644 --- a/.gitignore +++ b/.gitignore @@ -249,7 +249,7 @@ __marimo__/ *.nlo *.nls *.out -*/include/*.pdf +**/include/*.pdf *.pyg *.run.xml *.snm @@ -264,4 +264,12 @@ __marimo__/ *blx.bib .bak .mtc -build/ \ No newline at end of file +build/ +*.csv + + +# Project 1 executables +src/project1/poisson +src/project1/poisson_solver +src/project1/poisson_timing +src/project1/rel_errors.txt \ No newline at end of file diff --git a/projects/project1/main.pdf b/projects/project1/main.pdf index b0cb457..58de6bb 100644 Binary files a/projects/project1/main.pdf and b/projects/project1/main.pdf differ diff --git a/projects/project1/main.tex b/projects/project1/main.tex index 3a02eca..e56a89e 100644 --- a/projects/project1/main.tex +++ b/projects/project1/main.tex @@ -84,7 +84,7 @@ \maketitle -\textit{List a link to your github repository here!} +\textit{Code hosted at \url{https://github.uio.no/larsbog/FYS4150}} \section*{Problem 1} To prove that the given function is a solution to the one-dimensional Poisson equation, we are calculating the second derivative of $u(x)$ as