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

Adds (S)SOR Preconditioner #1633

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from
Open

Adds (S)SOR Preconditioner #1633

wants to merge 7 commits into from

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    814c9c4 View commit details
    Browse the repository at this point in the history
  2. [prec] implement SOR preconditioner reference kernels

    only reference kernels are available
    MarcelKoch committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    aa0caa0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95fdd42 View commit details
    Browse the repository at this point in the history
  4. [prec] add sor parsing

    MarcelKoch committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    7f529f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d1fa3e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    22d8044 View commit details
    Browse the repository at this point in the history
  7. [sor] review updates:

    - documentation
    - tests
    - don't build upper solver if not symmetric
    
    Co-authored-by: Yu-Hsiang M. Tsai <yhmtsai@gmail.com>
    MarcelKoch and yhmtsai committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    64b4d55 View commit details
    Browse the repository at this point in the history