ORNL / ReSolve

Library of GPU-resident linear solvers
Other
58 stars 2 forks source link

Create a preconditioner interface class. #114

Open pelesh opened 11 months ago

pelesh commented 11 months ago

I think it would be a good idea to create abstract interface for iterative solver preconditioners and expose them to users. Current preconditioners we use should inherit from that interface, as well. I suggest something like this:

CC @kswirydo