Add github link and modify gitignore to ignore executables and the like
This commit is contained in:
+9
-1
@@ -249,7 +249,7 @@ __marimo__/
|
||||
*.nlo
|
||||
*.nls
|
||||
*.out
|
||||
*/include/*.pdf
|
||||
**/include/*.pdf
|
||||
*.pyg
|
||||
*.run.xml
|
||||
*.snm
|
||||
@@ -265,3 +265,11 @@ __marimo__/
|
||||
.bak
|
||||
.mtc
|
||||
build/
|
||||
*.csv
|
||||
|
||||
|
||||
# Project 1 executables
|
||||
src/project1/poisson
|
||||
src/project1/poisson_solver
|
||||
src/project1/poisson_timing
|
||||
src/project1/rel_errors.txt
|
||||
Binary file not shown.
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user