Skip to content

Implement ILU and ILDL preconditioners for scalar matrix entries

Oliver Sander requested to merge implement-ilu-double into master

This merge request shifts to a new implementation strategy: There are methods toVector and toMatrix now that interpret scalars as FieldVector or FieldMatrix objects, respectively. That allows to get rid of the Hybrid::ifElse pattern, which is legible but longer.

Merge request reports