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 GMRES-E algorithm #67

Open
wants to merge 20 commits into
base: main
Choose a base branch
from
Open

Add GMRES-E algorithm #67

wants to merge 20 commits into from

Conversation

gusespinola
Copy link
Collaborator

@gusespinola gusespinola commented Jul 9, 2024

The purpose is to review the status of GMRES-E algorithm and what's to be added for merge approval. Currently we have the issue of some tests not working regarding toy problems, but everything else seem to be on track.

This was linked to issues Jul 9, 2024
@jhabriel
Copy link
Collaborator

I just pushed some changes. In principle, I fixed all the failing tests.

We have to address #68. In the meantime, I will do the review for the other parts of the code.

src/gmres_e.m Outdated Show resolved Hide resolved
src/gmres_e.m Show resolved Hide resolved
src/gmres_e.m Show resolved Hide resolved
src/gmres_e.m Show resolved Hide resolved
src/gmres_e.m Show resolved Hide resolved
tests/test_poisson.m Outdated Show resolved Hide resolved
tests/test_poisson.m Show resolved Hide resolved
tests/test_poisson.m Outdated Show resolved Hide resolved
tests/test_poisson.m Outdated Show resolved Hide resolved
tests/test_poisson.m Outdated Show resolved Hide resolved
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.

GMRES-E(m, d) Tests for identity matrix are failing
2 participants