Skip to content

[bugfix] Correctly multiply weights for FastDG, when using accumulate

Dominic Kempf requested to merge bugfix/fastdg-accumulate into master

In sum factorization code, we are usually doing the accumulation ourselves, so this one went unnoticed.

Merge request reports