Expand description
Projected SOR (PSOR): iterative solve of the tridiagonal linear complementarity problem with one- or two-sided obstacles.
Brennan-Schwartz is exact and O(n) but only handles a one-sided obstacle reachable by a directional sweep; PSOR is the general tool — two-sided constraints (e.g. callable/putable structures), and the smoother of choice inside multi-dimensional splitting schemes.
Structs§
- Psor
Result - Result of a PSOR solve.
Functions§
- psor
- Solve
A x = dprojected ontofloor <= x <= capby projected SOR, whereAis tridiagonal in the same layout asthomas_algorithm:ais the sub-diagonal (a[i-1]multipliesx[i-1]in rowi),bthe diagonal andcthe super-diagonal.