Convert Msor To Sor File
omega = constant_omega This is only possible if all ( \omega_i ) are equal. If not, MSOR and SOR are different iterative methods . No exact equivalence exists unless you reorder the system or change the splitting.
if i % 2 == 0: omega = omega_even else: omega = omega_odd Convert to: convert msor to sor
From MSOR to SOR: Simplifying the Modified Successive Over-Relaxation Method omega = constant_omega This is only possible if
