Changes from Pasqua to example files and docs.
parent
3fc588520f
commit
d45c198b48
@ -1,6 +1,6 @@
|
|||||||
mld_mat.mtx ! This matrix (and others) from: http://math.nist.gov/MatrixMarket/ or
|
mld_mat.mtx ! This matrix (and others) from: http://math.nist.gov/MatrixMarket/ or
|
||||||
mld_rhs.mtx ! rhs | http://www.cise.ufl.edu/research/sparse/matrices/index.html
|
mld_rhs.mtx ! rhs | http://www.cise.ufl.edu/research/sparse/matrices/index.html
|
||||||
MM ! File format: MM (Matrix Market) HB (Harwell-Boeing).
|
MM ! File format: MM (Matrix Market) HB (Harwell-Boeing).
|
||||||
1 ! Preconditioner choice
|
3 ! Preconditioner choice
|
||||||
0100 ! ITMAX
|
0100 ! ITMAX
|
||||||
1.d-6 ! EPS
|
1.d-6 ! EPS
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
15 ! IDIM; domain size is idim**3
|
15 ! IDIM; domain size is idim**3
|
||||||
10 ! ITMAX
|
100 ! ITMAX
|
||||||
1.d-6 ! EPS
|
1.d-6 ! EPS
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
2 ! Preconditioner choice
|
3 ! Preconditioner choice
|
||||||
10 ! IDIM; domain size is idim**3
|
10 ! IDIM; domain size is idim**3
|
||||||
500 ! ITMAX
|
500 ! ITMAX
|
||||||
1.d-6 ! EPS
|
1.d-6 ! EPS
|
||||||
|
Loading…
Reference in New Issue