Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finish Fast Poisson Solvers #25

Open
noooway opened this issue Nov 24, 2018 · 0 comments
Open

Finish Fast Poisson Solvers #25

noooway opened this issue Nov 24, 2018 · 0 comments

Comments

@noooway
Copy link
Contributor

noooway commented Nov 24, 2018

Prototype several fast solvers for Poisson's equation.
First stage: 2d region, rectangular region, boundary conditions of the first type.

Needed:
FFT (e.g. https://epubs.siam.org/doi/abs/10.1137/1019071)
Cyclic reduction (as above)
FFT+domain decomposition ( http://num-meth.srcc.msu.ru/zhurnal/tom_2015/pdf/v16r110.pdf )

FFT and Cyclic reduction are in progress;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant