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

semi-structured AMG for radiation solve #2646

Open
BenWibking opened this issue Oct 23, 2023 · 1 comment
Open

semi-structured AMG for radiation solve #2646

BenWibking opened this issue Oct 23, 2023 · 1 comment

Comments

@BenWibking
Copy link

There is a new "semi-structured" AMG solver (SSAMG) in Hypre: https://arxiv.org/abs/2205.14273.

They claim it significantly reduces the setup time compared to the existing AMG solver, since it assumes logically-Cartesian mesh connectivity (possibly with AMR) using the SStruct interface, rather than the IJ interface, while being as robust as AMG. I don't know if there's a GPU version yet.

A comparison paper between implicit FLD with this method and our method in Quokka would be potentially interesting.

@BenWibking
Copy link
Author

BenWibking commented Oct 23, 2023

For reference: hypre-space/hypre#888. The SSAMG code appears on be on this feature branch: https://github.com/hypre-space/hypre/tree/recmat.

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

No branches or pull requests

1 participant