xcompact3d / x3d2

https://xcompact3d.github.io/x3d2
BSD 3-Clause "New" or "Revised" License
3 stars 4 forks source link

Unit testing for the Poisson solver #74

Open semi-h opened 6 months ago

semi-h commented 6 months ago

We plan to provide two different Poisson solvers, iterative and FFT based direct. We need a high level unit test for the poisson solver so that both methods can be tested in a single program.