Heat Demo
Million-cell adaptive heat diffusion.
A synthetic sparse-grid benchmark where a moving heat source changes only local regions. The page compares full recompute, CSC exact delta, and HST scheduled delta on the same measured trace.
Adaptive heat diffusion
1,000,000-cell adaptive heat field
A moving heat source perturbs a local region of a sparse diffusion grid. Most of the mesh is unchanged, so the measured question is how much stale work each method avoids.
What changed
A local source moves; most state stays cold.
The visible field is a 1000 x 1000 mesh. Each timestep moves a localized heat source, which marks nearby 32 x 32 tiles dirty while the rest of the sparse operator remains structurally unchanged.
The benchmark is intentionally narrow: it demonstrates the workload shape where schedule reuse matters. If the dirty frontier changes unpredictably every frame, the page says so and shows the one-shot cost.