2016-11-12 15:38:02 +01:00
|
|
|
# Configuration file for the Jacobi project.
|
|
|
|
|
|
|
|
# The size of the matrix (borders excluded).
|
2016-11-13 10:39:28 +01:00
|
|
|
N 3000
|
2016-11-12 15:38:02 +01:00
|
|
|
|
|
|
|
# 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
|