aspect
aspect copied to clipboard
(WIP) GMG: use deal.II compute_diagonal()
Use compute_diagonal() inside deal.II instead of our own version. This needs to be tested more, but we would be able to get rid of a lot of code this way.
I am opening this to be able to run the tests.
FYI: @zjiaqi2018
Why are the test outputs changing? Is it due to different values on the constrained entries or is this just a numerical artifact?
I am not sure, but this could be a bug. It seems like it only makes a difference if the Newton solver is used.
@zjiaqi2018 Can you take a look and review this PR?
@zjiaqi2018 Can you take a look and review this PR?
Sure
I am not sure, but this could be a bug. It seems like it only makes a difference if the Newton solver is used.
Strange, ABlock doesn't even have Newton derivatives.
superseded by #5060 #5061 #5062