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

Merged
merged 46 commits into from
Sep 11, 2024
Merged

Add GMRES-E algorithm #67

merged 46 commits into from
Sep 11, 2024

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 Show resolved Hide resolved
src/gmres_e.m Outdated Show resolved Hide resolved
src/gmres_e.m Show resolved Hide resolved
src/gmres_e.m Outdated 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
@jhabriel jhabriel merged commit f9bb45e into main Sep 11, 2024
2 checks passed
@jhabriel jhabriel deleted the 63-gmres-e branch September 11, 2024 17:58
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.

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