Wumpf / blub

3D fluid simulation experiments in Rust, using WebGPU-rs (WIP)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dynamic solver iteration count

Wumpf opened this issue · comments

Right now the solver(s) just guess how long they need to run. Could compute error every couple of steps and decide if it should keep going or not - this way the performance will be adaptive to factors like turbulence, resolution and more!