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

Added iterative GMRES example #361

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

leespen1
Copy link

@leespen1 leespen1 commented Mar 5, 2024

Added example of how to avoid repeat allocations when calling GMRES for multiple values of the right-hand side b, following the discussion in this discourse thread: https://discourse.julialang.org/t/iterativesolvers-jl-not-working-as-expected-with-mutating-and-allocation/110277/10.

I haven't been able to preview the result because I can't get Documenter to make the docs (I'm not super familiar with making documentation pages, and it keeps complaining about missing docs, even when I have cloned the master branch without any modifications), but since I am only adding to a markdown file I think it should work fine as long as everyone is satisfied with the content.

Added example of how to avoid repeat allocations when calling GMRES for multiple values of the right-hand side b.
@coveralls
Copy link

Pull Request Test Coverage Report for Build 8163886000

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 97.46%

Totals Coverage Status
Change from base Build 7903548867: 0.0%
Covered Lines: 2034
Relevant Lines: 2087

💛 - Coveralls

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.

2 participants