LinearSolve.jl
LinearSolve.jl copied to clipboard
Hypre/BoomerAMG wrapper?
https://github.com/hypre-space/hypre
In particular, BoomerAMG only needs a general sparse matrix, without extra physical knowledge.
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.
I think https://github.com/fredrikekre/HYPRE.jl is also in a functional state.
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.