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

Nodal Solver: Use multi-color Gauss-Seidel on GPU #4043

Merged
merged 2 commits into from
Jul 23, 2024

Commits on Jul 21, 2024

  1. Nodal Solver: Use multi-color Gauss-Seidel on GPU

    Because the nodal solver's Gauss-Seidel smoother is not thread safe on GPU,
    we have been using Jacobi. But recently an amr-wind test shows that the
    Jacobi smoother is not stable for some hard problems. Using a multi-color (4
    in 2d and 8 in 3d) Gauss-Seidel smoother appears to work well.
    WeiqunZhang committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    87a5687 View commit details
    Browse the repository at this point in the history
  2. Reorganization

    WeiqunZhang committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    288c4a9 View commit details
    Browse the repository at this point in the history