Add github link and modify gitignore to ignore executables and the like
This commit is contained in:
+10
-2
@@ -249,7 +249,7 @@ __marimo__/
|
|||||||
*.nlo
|
*.nlo
|
||||||
*.nls
|
*.nls
|
||||||
*.out
|
*.out
|
||||||
*/include/*.pdf
|
**/include/*.pdf
|
||||||
*.pyg
|
*.pyg
|
||||||
*.run.xml
|
*.run.xml
|
||||||
*.snm
|
*.snm
|
||||||
@@ -264,4 +264,12 @@ __marimo__/
|
|||||||
*blx.bib
|
*blx.bib
|
||||||
.bak
|
.bak
|
||||||
.mtc
|
.mtc
|
||||||
build/
|
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
|
\maketitle
|
||||||
|
|
||||||
\textit{List a link to your github repository here!}
|
\textit{Code hosted at \url{https://github.uio.no/larsbog/FYS4150}}
|
||||||
|
|
||||||
\section*{Problem 1}
|
\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
|
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