wrtobin / las

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

Break the PETSc backend in two: petsc and petsc_blk for unblocked vs blocked matrices to simplify usage #27

Open wrtobin opened 6 years ago

wrtobin commented 6 years ago

taking both versions into account in all operations is possible but also introduces additional logic in the backend, so doing two versions is preferable.

jacobmerson commented 5 years ago

see #67 for a description of how this api can be implemented