JuliaSmoothOptimizers / KrylovPreconditioners.jl

The ultimate collection of preconditioners
Other
7 stars 1 forks source link

Adding Block Jacobi preconditioner #16

Closed michel2323 closed 9 months ago

michel2323 commented 9 months ago

This is just a draft.

It adds KernelAbstractions.jl, Adapt.jl, Metis.jl, and LightGraphs.jl as a dependency. LightGraphs.jl should be replaced with Graphs.jl.

I also added Krylov.jl just to quickly run test/blockjacobi.jl for now.

@amontoison Let me know what you think.

amontoison commented 9 months ago

Thanks @michel2323!