Skip to documentation content
On this page
  1. Where to find it
  2. How to use it
  3. Settings and initial values
  4. Result
  5. Troubleshooting

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

SettingInitial value
relativeTolerance1e-06
absoluteTolerance0.0
maxIterations1000
preconditionerAutomatic

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.

Python/SciPy Iterative (CPU) — Telion 0.1.0-alpha | Telion