ReferenceAvailable
Python/SciPy Iterative (CPU)
Solve a compatible linear system iteratively on the CPU.
Solve a compatible linear system iteratively on the CPU.
Where to find it
System Solvers → selected study → solver settings
How to use it
Choose this option only when offered for the current problem. Review its tolerance and iteration settings, then run the study.
Settings and initial values
| Setting | Initial value |
|---|---|
| relativeTolerance | 1e-06 |
| absoluteTolerance | 0.0 |
| maxIterations | 1000 |
| preconditioner | Automatic |
Result
The solver reports completion or a diagnostic; successful results appear under Results.
Troubleshooting
Monitor residual convergence and compare against a direct solve on a smaller problem.