arcaneframework / alien

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

Dynamic loading for plugins #140

Open cedricchevalier19 opened 2 years ago

cedricchevalier19 commented 2 years ago

The goal is for Alien to load third party library plugins dynamically. As a consequence, Alien libraries are not any more known at compile time and the template way to dispatch across plugin is not possible.

Base features:

Advanced features: