Skip to content

v2.1.0

Compare
Choose a tag to compare
@p-costa p-costa released this 25 Oct 12:19
· 86 commits to main since this release
7546132

Summary

In this release, option SINGLE_PRECISION_POISSON has been removed. While solving the Poisson in lower precision equation yields excellent results for many benchmarks, most cases that benefit from this actually perform well when the whole calculation is performed in lower precision (see #42). Since this mode introduces significant complexity, it will be removed from the main branch for now in favor of a more readable code, a decision that can be reconsidered in the future. This option can still be explored in v2.0.1, and should be valuable for very high Reynolds numbers or other setups with extremely fine grids.

Changes

Full Changelog: v2.0.1...v2.1.0