LinearSolve.jl icon indicating copy to clipboard operation
LinearSolve.jl copied to clipboard

Hypre/BoomerAMG wrapper?

Open learning-chip opened this issue 4 years ago • 3 comments

https://github.com/hypre-space/hypre

In particular, BoomerAMG only needs a general sparse matrix, without extra physical knowledge.

learning-chip avatar Feb 25 '22 13:02 learning-chip

Looks like we'd want to revive: https://github.com/jgoldfar/Hypre.jl. It's not clear to me if BoomerAMG is wrapped. The old MOOSE.jl mentions it, but I'll have to look through the source.

rayegun avatar Feb 25 '22 20:02 rayegun

I think https://github.com/fredrikekre/HYPRE.jl is also in a functional state.

termi-official avatar Jul 12 '22 13:07 termi-official

Okay that looks easy to integrate. Once I've PR'd FastLapackInterface today or tomorrow I'll work on that.

Although I think the MPI part of the interface might take a bit of thinking.

rayegun avatar Jul 12 '22 14:07 rayegun