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

HYPRE and Trilinos #13016

Open
delcmo opened this issue May 16, 2024 · 7 comments
Open

HYPRE and Trilinos #13016

delcmo opened this issue May 16, 2024 · 7 comments
Labels
impacting: documentation The issue is primarily about documentation vs. a problem with the build or tests

Comments

@delcmo
Copy link

delcmo commented May 16, 2024

Hello,

I would like to get some more information on the compatibility of HYPRE with Trilinos packages. Is there any documentation I should review in order to get an understanding of the current capability? Any examples as well?

Thanks,

Marco

@delcmo delcmo added the impacting: documentation The issue is primarily about documentation vs. a problem with the build or tests label May 16, 2024
@cgcgcg
Copy link
Contributor

cgcgcg commented May 16, 2024

We primarily provide algebraic multigrid in the form of the MueLu package. Hypre is available as a solver via Ifpack2, but there are several inefficiencies in the interface.

@delcmo
Copy link
Author

delcmo commented May 17, 2024

Christian,

Thanks for taking the time to responding.

Is there any documentation about the current interface capabilities I can access? We are developing a Trilinos-based package and are collaborating with the HYPRE team for solvers. We would be interested in adding new HYPRE capabilities to our code and trying to figure out what would be the best approach?

Thanks,

Marco

@cgcgcg
Copy link
Contributor

cgcgcg commented May 17, 2024

Everything about the interface is in the code. I cannot stress enough that relying on this interface might be bad. We do not test it, and it's been broken in the past for long stretches of time. What specific solver features do you need that Trilinos AMG does not provide?

@delcmo
Copy link
Author

delcmo commented May 30, 2024 via email

@cgcgcg
Copy link
Contributor

cgcgcg commented May 30, 2024

Incomplete factorizations are available from Ifpack2. Plain AMG is provided in MueLu, and there are also variants for multiphysics.

@cgcgcg
Copy link
Contributor

cgcgcg commented Jun 6, 2024

What type of problem are you trying to solve, @delcmo ?

@delcmo
Copy link
Author

delcmo commented Jun 7, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impacting: documentation The issue is primarily about documentation vs. a problem with the build or tests
Projects
None yet
Development

No branches or pull requests

2 participants