Skip to content

[solver factory] configure coarsen criterion from the parameter tree

Markus Blatt requested to merge feature/factory-determine-amg-criterion into master

Note that this changes the default criterion to the symmetric one that uses FirstDiagonal for computing strength of connection. Previously it was the unsymmetric one with rowSum.

Note also that the new default will not work for complex.

Closes #85 (closed)

Merge request reports