Here’s a step-by-step guide to for solving linear systems ( Ax = b ).
SOR version (after conversion): omega_const = 1.5 (example) for i = 1 to n x_new[i] = (1 - omega_const) * x_old[i] + (omega_const/A[i][i]) * (b[i] - sum) end convert msor to sor
Because MSOR is a container for standard traces, "conversion" is usually a process of extracting the individual SOR traces from the parent file. 1. Using SORTraceViewer (Recommended) Because MSOR is a container for standard traces,
Avoid these mistakes during your conversion: convert msor to sor
While MSOR was originally developed by specialists like McDowell and Taylor to use different relaxation factors for different rows or blocks of a matrix, SOR is the specific case where these factors are uniform. Key Papers & Resources
(two parameters):
Topological sort to produce SOR: