N |
Linear solver method
number (solve Ax=b).
- = 0
- Set to 2.
- = 1
- Iterative solver. Preconditioned Conjugate Gradient
(PCG).
- = 2 (Default)
- Direct solver MUMPS.
|
|
Iprec |
Precondition methods.
- = 0
- Set to 5.
- = 1
- No preconditioner.
- = 2
- Diagonal Jacobi.
- = 5
- Factored approximate inverse.
|
|
It_max |
Maximum iteration number
used for stop criteria.
- = 0 or > NDOF
- Set to NDOF (system dimension).
|
|
Itol |
Stop criteria for
Preconditioned iterative solver flag.
- = 0
- Set to 3.
- = 1
- Relative Residual of original matrix (residual
).
- = 2
- Relative Residual of preconditioned matrix (
).
- = 3
- Relative Residual of preconditioned matrix (
).
|
|
Tol |
Input tolerance for stop criteria.
- = 0.0
- Set to 1.0e-5, if Itol
=1 or 2 set to
machine simple precision, if Itol
=3.
|
|