Changed project structure

This commit is contained in:
Fabio Salvini
2016-11-19 14:04:05 +01:00
parent c59f5a4b9b
commit 9256e535ff
11 changed files with 457 additions and 1 deletions
+16
View File
@@ -0,0 +1,16 @@
# Configuration file for the Jacobi project.
# The size of the matrix (borders excluded).
N 5
# The value at each border.
NORTH 0.0
EAST 0.0
SOUTH 300.0
WEST 0.0
# The initial value to assign at each internal cell.
INIT_VALUE 0.0
# The threshold that determines the convergence.
THRESHOLD 1.0