LLNL/ExaConstit

Partial Assembly l1-jacobi preconditioner is broken

rcarson3 opened this issue · 1 comments

While fixing issues related to the partial assembly on parallel, I noticed that the current formulation of the l1-jacobi does not work as expected. I need to rework the AssembleDiagonal formulation to return the correct l1-jacobi. In the meantime, a preconditioner is not being used with the partial assembly formulation.

Fixed in 81ece68

I was able to come up with a working AssembleDiagonal formulation based on some ongoing work I'm doing with the element assembly formulation.

This method could be further improved for tensor type elements.