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 Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    69b97e3 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 Oct 25, 2024
    Configuration menu
    Copy the full SHA
    812cdfb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3f97de View commit details
    Browse the repository at this point in the history
  4. [prec] add sor parsing

    MarcelKoch committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    d29de5f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c973973 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e13cb78 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
    - remove unused includes
    - use identity function
    
    Co-authored-by: Yu-Hsiang M. Tsai <[email protected]>
    Co-authored-by: Fritz Goebel <[email protected]>
    3 people committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    27f0e04 View commit details
    Browse the repository at this point in the history