Small matrix examples (Poisson equation on a 2D mesh)

stopcriterion
Salvatore Filippone 8 years ago
parent 38df8fac57
commit 0f98c53c74

@ -1,5 +1,5 @@
sherman3.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
NONE ! 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).
01000 ! ITMAX 01000 ! ITMAX
1.d-5 ! EPS 1.d-6 ! EPS

@ -1,6 +1,6 @@
fidapm07.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
NONE ! 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 1 ! Preconditioner choice
0100 ! ITMAX 0100 ! ITMAX
1.d-5 ! EPS 1.d-6 ! EPS

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save