Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

3.0 Turbo speed (x1000)

Latest
Compare
Choose a tag to compare
@arceryz arceryz released this 30 Jun 19:51
· 1 commit to master since this release

This release implements a critical optimisation in the computation of the fourier coefficients of the Morison equation for waves. The integral was removed by analytically seperating space (x) and time (t) in the morison equation, and then pre-computing the integral of space as a constant instead. This results in a massive increase (n^2 -> n) for computing integrals.

Computing a 1000 samples takes < 60 seconds whereas originally it would take 1 hour.