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

Multigrid Preconditioned Conjugate Gradient #17

Closed
doyubkim opened this issue Jun 12, 2016 · 2 comments
Closed

Multigrid Preconditioned Conjugate Gradient #17

doyubkim opened this issue Jun 12, 2016 · 2 comments
Assignees

Comments

@doyubkim
Copy link
Owner

Implement the MGPCG method for faster Poisson solver.

https://www.math.ucla.edu/~jteran/papers/MST10.pdf

@doyubkim doyubkim added this to the Jet v1.x milestone Jun 12, 2016
@doyubkim doyubkim self-assigned this Jun 12, 2016
@doyubkim
Copy link
Owner Author

This effort will include:

  • Standard MG method
  • Standard AMG method (P2)
  • MGPCG
  • AMGPCG (P2)

For AMGPCG, libWetHair seems to have a readable implementation: https://github.com/nepluno/libWetHair

doyubkim added a commit that referenced this issue Jun 23, 2017
This revision includes:
* Successive Over-Relaxation (SOR) method implementation
* Red-black Gauss-Seidel method implementation
* Multigrid (MG) method implementation (Issue #17)
* Multigrid Preconditioned Conjugate Gradient (MGPCG) method implementation (Issue #17)
* Python bindings for all the new APIs for the new solvers above
@doyubkim
Copy link
Owner Author

Everything except AMGPCG is completed. Leaving that as another bulk of work and closing this ticket.

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