You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-Changed GPU usage threshold to 256 for all methods
-Fixed incorrect ordering of arguments in viscous vortex partice
strength exchange method. (The viscous code is still unverified)
-Fixed issue with CPU filament induced velocity implementation
where if a measurement point was on the axis of a vortex filament
a division by zero would suggest infinite induced velocity.
Some work in commit dcf994d.
Argument ordering in internal calls swapped the viscosity and regularisation distance. This doesn't mean the code is actually correct however. Just less wrong.
-Changed GPU usage threshold to 256 for all methods
-Fixed incorrect ordering of arguments in viscous vortex partice
strength exchange method. (The viscous code is still unverified)
-Fixed issue with CPU filament induced velocity implementation
where if a measurement point was on the axis of a vortex filament
a division by zero would suggest infinite induced velocity.
There is less viscosity then there should be. Due to incorrectly ordered arguments in internally called functions.
The text was updated successfully, but these errors were encountered: