andrinr opened this issue 2 years ago · 1 comments
The variable pressure is not introduced, resulting in an error when running the copy & pasted code.
pressure
I missed that the variable is initialized with a single call of velocity, smoke, pressure = step(velocity, smoke, None, dt=dt)
velocity, smoke, pressure = step(velocity, smoke, None, dt=dt)