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 an example for AIR #932

Merged
merged 3 commits into from
Jun 22, 2023
Merged

Conversation

lindsayad
Copy link

@lindsayad lindsayad commented Jun 21, 2023

I've been trying to get AIR working in PETSc. I realized that my first task is to come up with a test/example that demonstrates a correct AIR implementation, and I think this example does that. (I modeled it after the example in pyamg). It converges in one iteration. Switching to a 0 restriction (transpose of interpolation operator), the example takes multiple iterations.

I think having this example in the hypre repository will help people curious about AIR and curious to try hypre's implementation.

@bensworth figure it's worth pinging you here. I think armed with this hypre-only example I'll be able to determine very quickly any issues with the corresponding PETSc AIR wrapper.

@bensworth bensworth requested review from liruipeng and victorapm June 22, 2023 13:29
@victorapm
Copy link
Contributor

victorapm commented Jun 22, 2023

Hi @lindsayad, thanks for your contribution!

As explained in this page, I will create a development branch from yours (#933) and make some minor changes. Then, we will proceed with the review.

Thanks!!

@victorapm victorapm changed the base branch from master to air-example June 22, 2023 15:22
@victorapm victorapm merged commit 18abe9c into hypre-space:air-example Jun 22, 2023
@victorapm victorapm mentioned this pull request Jun 22, 2023
@lindsayad lindsayad deleted the air-example branch June 22, 2023 17:29
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