wrtobin / las

Zero-overhead interfaces to Linear Algebraic data structures and Solvers
1 stars 1 forks source link

Solver test using multiple backends #57

Closed jacobmerson closed 6 years ago

jacobmerson commented 6 years ago

We should have a test/example of the solver routines using multiple back ends. This may help us decide if we want to cleanup a few backend specific pieces of code. E.g. csr creation (w/o apf mesh), and solver creation.

As far as I can tell the current implementation requires using some macro magic.