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

Poisson example is broken #24

Open
tkphd opened this issue Feb 26, 2016 · 0 comments
Open

Poisson example is broken #24

tkphd opened this issue Feb 26, 2016 · 0 comments
Labels

Comments

@tkphd
Copy link
Contributor

tkphd commented Feb 26, 2016

  • With np>1, the multigrid algorithm hangs. Implementation decisions suggest that parallel was not intended:
    • Ghostswap is never called, and
    • stock Gauss-Seidel iterative scheme is used where red-black Gauss-Seidel is more appropriate.
    • The multigrid algorithm may not be parallelizable.
  • Serial code alternates between (-\infty, 0] and [0, +\infty) every timestep, with zeros along the border. This not the desired result.
@tkphd tkphd changed the title Parallel Poisson example hangs Poisson example is broken Jan 23, 2017
@tkphd tkphd added the bug label Apr 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant