Standard FEM meshes are globally coupled. CRT decomposes boundary conditions into 7 independent channels. Each channel solves a tiny heat equation (mod 8, 9, 25, 49, 11, 13, 17). No inter-channel sync. CRT reconstruct gives the global temperature field. The ring IS the domain decomposition.
Boundary temp (0-214414199):
Sets boundary condition on 8x8 grid. Runs 4 diffusion steps per channel. CRT reconstructs center temperature.
7 panels: one per CRT channel. 32x32 grid, 4 diffusion steps. Colors: mod 8 (red), mod 9 (green), mod 25 (blue), mod 49 (yellow), mod 11 (magenta), mod 13 (cyan), mod 17 (white).
Real CRT PDE solving on your GPU. 7 frequency bands in WGSL compute shaders.
Source code · Public domain (CC0)
.ax source compiled to WASM via self-hosting compiler. Zero HTML authored.