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

Add tridiagonal solvers #194

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

mwarusz
Copy link
Member

@mwarusz mwarusz commented Jan 24, 2025

This draft PR adds four solvers for tridiagonal systems based on the following algorithms:

  • Thomas algorithm for general tridiagonal systems on CPUs
  • PCR algorithm for general tridiagonal systems on GPUs
  • Thomas algorithm for diffusion systems with improved stability properties on CPUs
  • PCR algorithm for diffusion systems with improved stability properties on GPUs

together with tests.

See the design doc PR (#166) for more information.

Checklist

  • Documentation:
    • Design document has been generated and added to the docs
    • User's Guide has been updated
    • Developer's Guide has been updated
    • Documentation has been built locally and changes look as expected
  • Testing
    • CTest unit tests for new features have been added per the approved design.
    • Unit tests have passed. Please provide a relevant CDash build entry for verification.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant