arcaneframework / alien

Alien: an interface for linear solvers
Apache License 2.0
8 stars 7 forks source link

Direct converters with DoK for plugins #102

Open cedricchevalier19 opened 2 years ago

cedricchevalier19 commented 2 years ago

DoK objects have now more functionalities and nice end-user properties (being able to fill up any nnz), it should be great to not have to convert to SimpleCSR before using hypre or PETSc plugins.

On the long run, it can also simplify Builders and IndexManagers as remote matrix's rows can be filled.